Changeset 294:0d35468a92b3
- Timestamp:
- 07/21/12 10:11:21 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile
r293 r294 39 39 # a quick idea about the purpose of the project. Keep the description short. 40 40 41 PROJECT_BRIEF =41 #PROJECT_BRIEF = 42 42 43 43 # With the PROJECT_LOGO tag one can specify an logo or icon that is … … 46 46 # Doxygen will copy the logo to the output directory. 47 47 48 PROJECT_LOGO =48 #PROJECT_LOGO = 49 49 50 50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 201 201 # itcl::class meaning. 202 202 203 TCL_SUBST =203 #TCL_SUBST = 204 204 205 205 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C … … 290 290 # section (for LaTeX and RTF). 291 291 292 INLINE_GROUPED_CLASSES = NO292 #INLINE_GROUPED_CLASSES = NO 293 293 294 294 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and … … 299 299 # pages) or section (for LaTeX and RTF). 300 300 301 INLINE_SIMPLE_STRUCTS = NO301 #INLINE_SIMPLE_STRUCTS = NO 302 302 303 303 # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum … … 336 336 # corresponding to a cache size of 2^16 = 65536 symbols. 337 337 338 LOOKUP_CACHE_SIZE = 0338 #LOOKUP_CACHE_SIZE = 0 339 339 340 340 #--------------------------------------------------------------------------- … … 494 494 # will still accept a match between prototype and implementation in such cases. 495 495 496 STRICT_PROTO_MATCHING = NO496 #STRICT_PROTO_MATCHING = NO 497 497 498 498 # The GENERATE_TODOLIST tag can be used to enable (YES) or … … 587 587 # feature you need bibtex and perl available in the search path. 588 588 589 CITE_BIB_FILES =589 #CITE_BIB_FILES = 590 590 591 591 #--------------------------------------------------------------------------- … … 596 596 # by doxygen. Possible values are YES and NO. If left blank NO is used. 597 597 598 QUIET = NO598 QUIET = YES 599 599 600 600 # The WARNINGS tag can be used to turn on/off the warning messages that are … … 765 765 # FILTER_SOURCE_FILES is enabled. 766 766 767 FILTER_SOURCE_PATTERNS =767 #FILTER_SOURCE_PATTERNS = 768 768 769 769 #--------------------------------------------------------------------------- … … 902 902 # the files will be copied as-is; there are no commands or markers available. 903 903 904 HTML_EXTRA_FILES =904 #HTML_EXTRA_FILES = 905 905 906 906 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. … … 912 912 # The allowed range is 0 to 359. 913 913 914 HTML_COLORSTYLE_HUE = 220914 #HTML_COLORSTYLE_HUE = 220 915 915 916 916 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of … … 918 918 # grayscales only. A value of 255 will produce the most vivid colors. 919 919 920 HTML_COLORSTYLE_SAT = 100920 #HTML_COLORSTYLE_SAT = 100 921 921 922 922 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to … … 927 927 # and 100 does not change the gamma. 928 928 929 HTML_COLORSTYLE_GAMMA = 80929 #HTML_COLORSTYLE_GAMMA = 80 930 930 931 931 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML … … 980 980 # string, e.g. com.mycompany.MyDocSet.documentation. 981 981 982 DOCSET_PUBLISHER_ID = org.doxygen.Publisher982 #DOCSET_PUBLISHER_ID = org.doxygen.Publisher 983 983 984 984 # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. 985 985 986 DOCSET_PUBLISHER_NAME = Publisher986 #DOCSET_PUBLISHER_NAME = Publisher 987 987 988 988 # If the GENERATE_HTMLHELP tag is set to YES, additional index files … … 1141 1141 # links to external symbols imported via tag files in a separate window. 1142 1142 1143 EXT_LINKS_IN_WINDOW = NO1143 #EXT_LINKS_IN_WINDOW = NO 1144 1144 1145 1145 # Use this tag to change the font size of Latex formulas included … … 1157 1157 # in the HTML output before the changes have effect. 1158 1158 1159 FORMULA_TRANSPARENT = YES1159 #FORMULA_TRANSPARENT = YES 1160 1160 1161 1161 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax … … 1166 1166 # configure the path to it using the MATHJAX_RELPATH option. 1167 1167 1168 USE_MATHJAX = NO1168 #USE_MATHJAX = NO 1169 1169 1170 1170 # When MathJax is enabled you need to specify the location relative to the … … 1177 1177 # before deployment. 1178 1178 1179 MATHJAX_RELPATH = http://www.mathjax.org/mathjax1179 #MATHJAX_RELPATH = http://www.mathjax.org/mathjax 1180 1180 1181 1181 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension 1182 1182 # names that should be enabled during MathJax rendering. 1183 1183 1184 MATHJAX_EXTENSIONS =1184 #MATHJAX_EXTENSIONS = 1185 1185 1186 1186 # When the SEARCHENGINE tag is enabled doxygen will generate a search box … … 1262 1262 # standard footer. Notice: only use this tag if you know what you are doing! 1263 1263 1264 LATEX_FOOTER =1264 #LATEX_FOOTER = 1265 1265 1266 1266 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated … … 1301 1301 # http://en.wikipedia.org/wiki/BibTeX for more info. 1302 1302 1303 LATEX_BIB_STYLE = plain1303 #LATEX_BIB_STYLE = plain 1304 1304 1305 1305 #--------------------------------------------------------------------------- … … 1606 1606 # between CPU load and processing speed. 1607 1607 1608 DOT_NUM_THREADS = 01608 #DOT_NUM_THREADS = 0 1609 1609 1610 1610 # By default doxygen will use the Helvetica font for all dot files that … … 1715 1715 # visible. Older versions of IE do not have SVG support. 1716 1716 1717 INTERACTIVE_SVG = NO1717 #INTERACTIVE_SVG = NO 1718 1718 1719 1719 # The tag DOT_PATH can be used to specify the path where the dot tool can be … … 1732 1732 # \mscfile command). 1733 1733 1734 MSCFILE_DIRS =1734 #MSCFILE_DIRS = 1735 1735 1736 1736 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
Note:
See TracChangeset
for help on using the changeset viewer.