Browse Source

Change doxygen configuration to show code comments in documentation.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1887 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
zwelch 14 years ago
parent
commit
7d96440435
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Doxyfile

+ 1
- 1
Doxyfile View File

@@ -697,7 +697,7 @@ INLINE_SOURCES = YES
# 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