From a9f8182a9dbc5caa84b4bf314823e7e7f8fe3d5a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 31 Mar 2013 22:34:13 +0200 Subject: doxygen: dont strip code comments Signed-off-by: Michael Niedermayer --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3