diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-16 17:13:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-16 17:13:27 -0400 |
commit | cf399f1034cec6be2b7a98cb82a8607634e120f6 (patch) | |
tree | ac1b18cdcce1a698baab51ff2164a2a0dc4313d3 | |
parent | 3310dd23583dd0a799477bb042cb06c3c058147b (diff) | |
download | tor-cf399f1034cec6be2b7a98cb82a8607634e120f6.tar.gz tor-cf399f1034cec6be2b7a98cb82a8607634e120f6.zip |
add changes file for the doxygen issues
-rw-r--r-- | changes/doxygen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/doxygen b/changes/doxygen new file mode 100644 index 0000000000..5e5fcd12d6 --- /dev/null +++ b/changes/doxygen @@ -0,0 +1,6 @@ + o Documentation changes + - Modernize the doxygen configuration file slightly. Fixes bug 2707. + - Resolve all doxygen warnings except those for missing documentation. + Fixes bug 2705. + - Add doxygen documentation for more functions, fields, and types. + |