Doxygen: fix unrecognized commands.

Doxygen seems to interpret anything starting with \ as a command,
even when we don't mean it that way.
This commit is contained in:
Nick Mathewson
2019-10-16 08:39:41 -04:00
parent 98735c40b6
commit 591420df20
3 changed files with 40 additions and 42 deletions
-2
View File
@@ -5,8 +5,6 @@
* \file circuitpadding_machines.c
* \brief Circuit padding state machines
*
* \detail
*
* Introduce circuit padding machines that will be used by Tor circuits, as
* specified by proposal 302 "Hiding onion service clients using padding".
*