aboutsummaryrefslogtreecommitdiff
path: root/src/or/config_codedigest.c
Commit message (Collapse)AuthorAge
* Resolve about 24 DOCDOCsNick Mathewson2012-06-05
|
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
| | | | | | | | Also, try to resolve some doxygen issues. First, define a magic "This is doxygen!" macro so that we take the correct branch in various #if/#else/#endifs in order to get the right documentation. Second, add in a few grouping @{ and @} entries in order to get some variables and fields to get grouped together.
* fix codestyle issuesSebastian Hahn2009-05-24
|
* Include the *_sha1.i files in their own *_codedigest.c files.Nick Mathewson2009-05-08
This way we do not need to rebuild util.c and/or config.c whenever any unrelated source file in src/common or src/or has changed.