|
From: <zw...@ma...> - 2009-05-23 02:51:23
|
Author: zwelch Date: 2009-05-23 02:51:13 +0200 (Sat, 23 May 2009) New Revision: 1887 Modified: trunk/Doxyfile Log: Change doxygen configuration to show code comments in documentation. Modified: trunk/Doxyfile =================================================================== --- trunk/Doxyfile 2009-05-22 17:49:28 UTC (rev 1886) +++ trunk/Doxyfile 2009-05-23 00:51:13 UTC (rev 1887) @@ -697,7 +697,7 @@ # 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 |