Changeset 1109 for trunk/doc/doxygen.config.in
- Timestamp:
- Feb 19, 2008, 10:35:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config.in
r1070 r1109 350 350 # with spaces. 351 351 352 INPUT = first_page.doxygen namespaces.doxygen concepts.doxygen ../yat352 INPUT = first_page.doxygen namespaces.doxygen concepts.doxygen Statistics.doxygen ../yat 353 353 354 354 # If the value of the INPUT tag contains directories, you can use the … … 874 874 DOTFILE_DIRS = 875 875 876 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width877 # (in pixels) of the graphs generated by dot. If a graph becomes larger than878 # this value, doxygen will try to truncate the graph, so that it fits within879 # the specified constraint. Beware that most browsers cannot cope with very880 # large images.881 882 MAX_DOT_GRAPH_WIDTH = 1024883 884 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height885 # (in pixels) of the graphs generated by dot. If a graph becomes larger than886 # this value, doxygen will try to truncate the graph, so that it fits within887 # the specified constraint. Beware that most browsers cannot cope with very888 # large images.889 890 MAX_DOT_GRAPH_HEIGHT = 1024891 892 876 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 893 877 # generate a legend page explaining the meaning of the various boxes and
Note: See TracChangeset
for help on using the changeset viewer.