Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2891


Ignore:
Timestamp:
Apr 3, 2009, 11:17:44 AM (15 years ago)
Author:
bknecht
Message:
  • 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 :( )
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/doc/api/doxy.config.in

    r2884 r2891  
    111111# operators of the base classes will not be shown.
    112112
    113 INLINE_INHERITED_MEMB  = YES
     113INLINE_INHERITED_MEMB  = NO
    114114
    115115# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
     
    11981198DOTFILE_DIRS           =
    11991199
    1200 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
    1201 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
    1202 # this value, doxygen will try to truncate the graph, so that it fits within
    1203 # the specified constraint. Beware that most browsers cannot cope with very
    1204 # large images.
    1205 
    1206 MAX_DOT_GRAPH_WIDTH    = 950
    1207 
    1208 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
    1209 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
    1210 # this value, doxygen will try to truncate the graph, so that it fits within
    1211 # the specified constraint. Beware that most browsers cannot cope with very
    1212 # large images.
    1213 
    1214 MAX_DOT_GRAPH_HEIGHT   = 1024
    1215 
    12161200# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
    12171201# graphs generated by dot. A depth value of 3 means that only nodes reachable
Note: See TracChangeset for help on using the changeset viewer.