[GRASS-SVN] r66099 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 4 12:40:31 PDT 2015
Author: wenzeslaus
Date: 2015-09-04 12:40:31 -0700 (Fri, 04 Sep 2015)
New Revision: 66099
Modified:
grass/trunk/include/Make/Doxyfile_arch_html.in
Log:
dox: do not strip Doxygen comments
When generating HTML for source code, do not strip Doxygen comments, so that
the license stays there if in this in there. It also reduces switching in between
the documentation and code. The disadvanatge is that before the code was just pure code.
Modified: grass/trunk/include/Make/Doxyfile_arch_html.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_html.in 2015-09-04 18:14:34 UTC (rev 66098)
+++ grass/trunk/include/Make/Doxyfile_arch_html.in 2015-09-04 19:40:31 UTC (rev 66099)
@@ -826,7 +826,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
More information about the grass-commit
mailing list