diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-31 22:34:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-31 22:34:13 +0200 |
commit | a9f8182a9dbc5caa84b4bf314823e7e7f8fe3d5a (patch) | |
tree | d08dc30415539802569cafa8b0893a8a6fada9d9 | |
parent | ac126a98e56c1d1354bcbd3644af46a842ac51c3 (diff) | |
download | ffmpeg-a9f8182a9dbc5caa84b4bf314823e7e7f8fe3d5a.tar.gz |
doxygen: dont strip code comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 7e6d0f56fd..faaa462572 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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 |