[FFmpeg-cvslog] doxygen: dont strip code comments

Michael Niedermayer git at videolan.org
Sun Mar 31 23:22:30 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Mar 31 22:34:13 2013 +0200| [a9f8182a9dbc5caa84b4bf314823e7e7f8fe3d5a] | committer: Michael Niedermayer

doxygen: dont strip code comments

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9f8182a9dbc5caa84b4bf314823e7e7f8fe3d5a
---

 doc/Doxyfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 7e6d0f5..faaa462 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



More information about the ffmpeg-cvslog mailing list