|
From: <br...@us...> - 2010-02-04 02:53:10
|
Revision: 4075
http://openvrml.svn.sourceforge.net/openvrml/?rev=4075&view=rev
Author: braden
Date: 2010-02-04 02:52:56 +0000 (Thu, 04 Feb 2010)
Log Message:
-----------
Suppress generation of the bug, todo, and test list pages.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/Doxyfile
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-02-01 06:20:16 UTC (rev 4074)
+++ trunk/ChangeLog 2010-02-04 02:52:56 UTC (rev 4075)
@@ -1,3 +1,8 @@
+2010-02-03 Braden McDaniel <br...@en...>
+
+ * doc/Doxyfile: Suppress generation of the bug, todo, and test
+ list pages.
+
2010-02-01 Braden McDaniel <br...@en...>
Add previous/up/next navigation to documentation pages.
Modified: trunk/doc/Doxyfile
===================================================================
--- trunk/doc/Doxyfile 2010-02-01 06:20:16 UTC (rev 4074)
+++ trunk/doc/Doxyfile 2010-02-04 02:52:56 UTC (rev 4075)
@@ -61,9 +61,9 @@
SORT_MEMBERS_CTORS_1ST = NO
SORT_GROUP_NAMES = NO
SORT_BY_SCOPE_NAME = YES
-GENERATE_TODOLIST = YES
-GENERATE_TESTLIST = YES
-GENERATE_BUGLIST = YES
+GENERATE_TODOLIST = NO
+GENERATE_TESTLIST = NO
+GENERATE_BUGLIST = NO
GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|