Fix warnings from doxygen

Most of these are simple.  The only nontrivial part is that our
pattern for using ENUM_BF was confusing doxygen by making declarations
that didn't look like declarations.
This commit is contained in:
Nick Mathewson
2014-03-25 11:16:18 -04:00
parent c3dd2e3d9e
commit d5e11f21cc
13 changed files with 99 additions and 84 deletions
+6
View File
@@ -0,0 +1,6 @@
o Documentation:
- Resolve warnings from Doxygen.
o Code simplification and refactoring:
- Change our use of the ENUM_BF macro to avoid declarations that
confuse Doxygen.