[Orxonox-commit 232] r2891 - trunk/doc/api
bknecht at orxonox.net
bknecht at orxonox.net
Fri Apr 3 11:17:44 CEST 2009
Author: bknecht
Date: 2009-04-03 11:17:44 +0200 (Fri, 03 Apr 2009)
New Revision: 2891
Modified:
trunk/doc/api/doxy.config.in
Log:
* changed option for inherited members: the list of members is long as crazy. Nobody would be finding anything using the doc\n * Deleted obsolete options (unfortunately the graphs maximum width is 1024 pixel and fixed :( )
Modified: trunk/doc/api/doxy.config.in
===================================================================
--- trunk/doc/api/doxy.config.in 2009-04-02 18:42:11 UTC (rev 2890)
+++ trunk/doc/api/doxy.config.in 2009-04-03 09:17:44 UTC (rev 2891)
@@ -110,7 +110,7 @@
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
-INLINE_INHERITED_MEMB = YES
+INLINE_INHERITED_MEMB = NO
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
# path before files name in the file list and in the header files. If set
@@ -1197,22 +1197,6 @@
DOTFILE_DIRS =
-# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
-# (in pixels) of the graphs generated by dot. If a graph becomes larger than
-# this value, doxygen will try to truncate the graph, so that it fits within
-# the specified constraint. Beware that most browsers cannot cope with very
-# large images.
-
-MAX_DOT_GRAPH_WIDTH = 950
-
-# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
-# (in pixels) of the graphs generated by dot. If a graph becomes larger than
-# this value, doxygen will try to truncate the graph, so that it fits within
-# the specified constraint. Beware that most browsers cannot cope with very
-# large images.
-
-MAX_DOT_GRAPH_HEIGHT = 1024
-
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
# graphs generated by dot. A depth value of 3 means that only nodes reachable
# from the root by following a path via at most 3 edges will be shown. Nodes
More information about the Orxonox-commit
mailing list