diff options
author | lloyd <[email protected]> | 2009-07-21 19:59:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-21 19:59:23 +0000 |
commit | aa0932633695be832a3e93487b1ab47bb6b25fea (patch) | |
tree | edd7a2545599333afd07e526af3f9be59e442040 | |
parent | 2af0993befed5397483fbf154254a400cb14bbef (diff) |
Disable STRIP_CODE_COMMENTS for Doxygen output
-rw-r--r-- | src/build-data/botan.doxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index 2da5e1244..87d6e58eb 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -97,7 +97,7 @@ FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- SOURCE_BROWSER = YES INLINE_SOURCES = YES -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO REFERENCED_BY_RELATION = YES REFERENCES_RELATION = YES REFERENCES_LINK_SOURCE = YES |