comparison Doxyfile @ 235:65cabbdd5284

termporary revision
author Thinker K.F. Li <thinker@branda.to>
date Thu, 25 Dec 2008 18:40:27 +0800
parents e4e47d2cdbcd
children d9f007748bce
comparison
equal deleted inserted replaced
234:889cdc5f23c5 235:65cabbdd5284
532 # The INPUT tag can be used to specify the files and/or directories that contain 532 # The INPUT tag can be used to specify the files and/or directories that contain
533 # documented source files. You may enter file names like "myfile.cpp" or 533 # documented source files. You may enter file names like "myfile.cpp" or
534 # directories like "/usr/src/myproject". Separate the files or directories 534 # directories like "/usr/src/myproject". Separate the files or directories
535 # with spaces. 535 # with spaces.
536 536
537 INPUT = 537 INPUT = src include dox
538 538
539 # This tag can be used to specify the character encoding of the source files 539 # This tag can be used to specify the character encoding of the source files
540 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 540 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
541 # also the default input encoding. Doxygen uses libiconv (or the iconv built 541 # also the default input encoding. Doxygen uses libiconv (or the iconv built
542 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 542 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
712 # In case all classes in a project start with a common prefix, all 712 # In case all classes in a project start with a common prefix, all
713 # classes will be put under the same header in the alphabetical index. 713 # classes will be put under the same header in the alphabetical index.
714 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that 714 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
715 # should be ignored while generating the index headers. 715 # should be ignored while generating the index headers.
716 716
717 IGNORE_PREFIX = 717 IGNORE_PREFIX =
718 718
719 #--------------------------------------------------------------------------- 719 #---------------------------------------------------------------------------
720 # configuration options related to the HTML output 720 # configuration options related to the HTML output
721 #--------------------------------------------------------------------------- 721 #---------------------------------------------------------------------------
722 722
745 745
746 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 746 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
747 # each generated HTML page. If it is left blank doxygen will generate a 747 # each generated HTML page. If it is left blank doxygen will generate a
748 # standard footer. 748 # standard footer.
749 749
750 HTML_FOOTER = dox/footer.html 750 HTML_FOOTER =
751 751
752 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 752 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
753 # style sheet that is used by each HTML page. It can be used to 753 # style sheet that is used by each HTML page. It can be used to
754 # fine-tune the look of the HTML output. If the tag is left blank doxygen 754 # fine-tune the look of the HTML output. If the tag is left blank doxygen
755 # will generate a default style sheet. Note that doxygen will try to copy 755 # will generate a default style sheet. Note that doxygen will try to copy