Browse Source

doxygen: dont strip code comments

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
a9f8182a9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Doxyfile

+ 1
- 1
doc/Doxyfile View File

@@ -709,7 +709,7 @@ INLINE_SOURCES = NO
# doxygen to hide any special comment blocks from generated source code
# fragments. Normal C and C++ comments will always remain visible.

STRIP_CODE_COMMENTS = YES
STRIP_CODE_COMMENTS = NO

# If the REFERENCED_BY_RELATION tag is set to YES
# then for each documented function all documented


Loading…
Cancel
Save