From 173b18c79b8e1f3a28e8b4122adb2b4ccf836c7b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 4 Jun 2012 19:51:00 -0400 Subject: Add about 60 more DOCDOC comments to 0.2.3 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. --- src/common/util_codedigest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/util_codedigest.c') diff --git a/src/common/util_codedigest.c b/src/common/util_codedigest.c index 88fe508b92..ef7095418b 100644 --- a/src/common/util_codedigest.c +++ b/src/common/util_codedigest.c @@ -1,6 +1,7 @@ #include "util.h" +/** DOCDOC */ const char * libor_get_digests(void) { -- cgit v1.2.3-54-g00ecf