aboutsummaryrefslogtreecommitdiff
path: root/src/or/config_codedigest.c
AgeCommit message (Collapse)Author
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
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.
2009-05-24fix codestyle issuesSebastian Hahn
2009-05-08Include the *_sha1.i files in their own *_codedigest.c files.Nick Mathewson
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.