Changeset 119 in libcf for trunk/docs/doxyfile


Ignore:
Timestamp:
06/10/13 09:56:32 (11 years ago)
Author:
cheese
Message:

#1 fix and arrange doxygen configuration file and doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/doxyfile

    r35 r119  
    213213# itcl::class meaning.
    214214
    215 TCL_SUBST              =
     215#TCL_SUBST              =
    216216
    217217# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
     
    261261# Disable only in case of backward compatibilities issues.
    262262
    263 MARKDOWN_SUPPORT       = YES
     263#MARKDOWN_SUPPORT       = YES
    264264
    265265# When enabled doxygen tries to link words that correspond to documented classes,
     
    268268# globally by setting AUTOLINK_SUPPORT to NO.
    269269
    270 AUTOLINK_SUPPORT       = YES
     270#AUTOLINK_SUPPORT       = YES
    271271
    272272# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
     
    319319# section (for LaTeX and RTF).
    320320
    321 INLINE_GROUPED_CLASSES = NO
     321#INLINE_GROUPED_CLASSES = NO
    322322
    323323# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
     
    328328# pages) or section (for LaTeX and RTF).
    329329
    330 INLINE_SIMPLE_STRUCTS  = NO
     330#INLINE_SIMPLE_STRUCTS  = NO
    331331
    332332# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
     
    365365# corresponding to a cache size of 2^16 = 65536 symbols.
    366366
    367 LOOKUP_CACHE_SIZE      = 0
     367#LOOKUP_CACHE_SIZE      = 0
    368368
    369369#---------------------------------------------------------------------------
     
    386386# scope will be included in the documentation.
    387387
    388 EXTRACT_PACKAGE        = NO
     388#EXTRACT_PACKAGE        = NO
    389389
    390390# If the EXTRACT_STATIC tag is set to YES all static members of a file
     
    616616# file names with spaces, bibtex cannot handle them.
    617617
    618 CITE_BIB_FILES         =
     618#CITE_BIB_FILES         =
    619619
    620620#---------------------------------------------------------------------------
     
    625625# by doxygen. Possible values are YES and NO. If left blank NO is used.
    626626
    627 QUIET                  = NO
     627QUIET                  = YES
    628628
    629629# The WARNINGS tag can be used to turn on/off the warning messages that are
     
    667667# to stderr.
    668668
    669 WARN_LOGFILE           =
     669WARN_LOGFILE           = warning.log
    670670
    671671#---------------------------------------------------------------------------
     
    800800# the introduction page also for the doxygen output.
    801801
    802 USE_MDFILE_AS_MAINPAGE =
     802#USE_MDFILE_AS_MAINPAGE =
    803803
    804804#---------------------------------------------------------------------------
     
    937937# the output directory.
    938938
    939 HTML_EXTRA_STYLESHEET  =
     939#HTML_EXTRA_STYLESHEET  =
    940940
    941941# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
     
    946946# the files will be copied as-is; there are no commands or markers available.
    947947
    948 HTML_EXTRA_FILES       =
     948#HTML_EXTRA_FILES       =
    949949
    950950# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
     
    994994# and will result in a full expanded tree by default.
    995995
    996 HTML_INDEX_NUM_ENTRIES = 100
     996#HTML_INDEX_NUM_ENTRIES = 100
    997997
    998998# If the GENERATE_DOCSET tag is set to YES, additional index files
     
    12151215# compatibility.
    12161216
    1217 MATHJAX_FORMAT         = HTML-CSS
     1217#MATHJAX_FORMAT         = HTML-CSS
    12181218
    12191219# When MathJax is enabled you need to specify the location relative to the
     
    12311231# names that should be enabled during MathJax rendering.
    12321232
    1233 MATHJAX_EXTENSIONS     =
     1233#MATHJAX_EXTENSIONS     =
    12341234
    12351235# When the SEARCHENGINE tag is enabled doxygen will generate a search box
     
    12611261# library Xapian. See the manual for configuration details.
    12621262
    1263 EXTERNAL_SEARCH        = NO
     1263#EXTERNAL_SEARCH        = NO
    12641264
    12651265# The SEARCHENGINE_URL should point to a search engine hosted by a web server
     
    12691269# details.
    12701270
    1271 SEARCHENGINE_URL       =
     1271#SEARCHENGINE_URL       =
    12721272
    12731273# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
     
    12751275# SEARCHDATA_FILE tag the name of this file can be specified.
    12761276
    1277 SEARCHDATA_FILE        = searchdata.xml
     1277#SEARCHDATA_FILE        = searchdata.xml
    12781278
    12791279# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
     
    12821282# projects and redirect the results back to the right project.
    12831283
    1284 EXTERNAL_SEARCH_ID     =
     1284#EXTERNAL_SEARCH_ID     =
    12851285
    12861286# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
     
    12911291# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
    12921292
    1293 EXTRA_SEARCH_MAPPINGS  =
     1293#EXTRA_SEARCH_MAPPINGS  =
    12941294
    12951295#---------------------------------------------------------------------------
     
    13511351# standard footer. Notice: only use this tag if you know what you are doing!
    13521352
    1353 LATEX_FOOTER           =
     1353#LATEX_FOOTER           =
    13541354
    13551355# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
     
    13901390# http://en.wikipedia.org/wiki/BibTeX for more info.
    13911391
    1392 LATEX_BIB_STYLE        = plain
     1392#LATEX_BIB_STYLE        = plain
    13931393
    13941394#---------------------------------------------------------------------------
     
    17411741# exceeded by 50% before the limit is enforced.
    17421742
    1743 UML_LIMIT_NUM_FIELDS   = 10
     1743#UML_LIMIT_NUM_FIELDS   = 10
    17441744
    17451745# If set to YES, the inheritance and collaboration graphs will show the
     
    18051805# visible. Older versions of IE do not have SVG support.
    18061806
    1807 INTERACTIVE_SVG        = NO
     1807#INTERACTIVE_SVG        = NO
    18081808
    18091809# The tag DOT_PATH can be used to specify the path where the dot tool can be
Note: See TracChangeset for help on using the changeset viewer.