aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-25 11:16:18 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-25 11:27:43 -0400
commitd5e11f21cc98f4e42b05bdddb9e3316072ec0bef (patch)
tree056208ee2c9a9bf76ab429235294feea2288f420 /changes
parentc3dd2e3d9e1b307862313293f03554807649b5d5 (diff)
downloadtor-d5e11f21cc98f4e42b05bdddb9e3316072ec0bef.tar
tor-d5e11f21cc98f4e42b05bdddb9e3316072ec0bef.tar.gz
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/doxygen_fixes6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/doxygen_fixes b/changes/doxygen_fixes
new file mode 100644
index 000000000..a9add9d62
--- /dev/null
+++ b/changes/doxygen_fixes
@@ -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.