comparison Doxyfile.in @ 16177:d88f0f320c9b

merge of '07fc4db9a3c2c12596e0354b8e7959aa847f966b' and '2e6d324c725b3e6a2c803589bca3f0ac9b9790bf'
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 00:44:33 +0000
parents 55a80bb5ed51
children b20fa7ebb911
comparison
equal deleted inserted replaced
14940:2e3eba412412 16177:d88f0f320c9b
429 # The INPUT tag can be used to specify the files and/or directories that contain 429 # The INPUT tag can be used to specify the files and/or directories that contain
430 # documented source files. You may enter file names like "myfile.cpp" or 430 # documented source files. You may enter file names like "myfile.cpp" or
431 # directories like "/usr/src/myproject". Separate the files or directories 431 # directories like "/usr/src/myproject". Separate the files or directories
432 # with spaces. 432 # with spaces.
433 433
434 INPUT = src \ 434 INPUT = libpurple \
435 finch \
436 pidgin \
435 doc 437 doc
436 438
437 # If the value of the INPUT tag contains directories, you can use the 439 # If the value of the INPUT tag contains directories, you can use the
438 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 440 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
439 # and *.h) to filter out the source-files in the directories. If left 441 # and *.h) to filter out the source-files in the directories. If left
582 # In case all classes in a project start with a common prefix, all 584 # In case all classes in a project start with a common prefix, all
583 # classes will be put under the same header in the alphabetical index. 585 # classes will be put under the same header in the alphabetical index.
584 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that 586 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
585 # should be ignored while generating the index headers. 587 # should be ignored while generating the index headers.
586 588
587 IGNORE_PREFIX = Gaim \ 589 IGNORE_PREFIX = Purple \
588 _Gaim \ 590 _Purple \
589 gaim 591 purple
590 592
591 #--------------------------------------------------------------------------- 593 #---------------------------------------------------------------------------
592 # configuration options related to the HTML output 594 # configuration options related to the HTML output
593 #--------------------------------------------------------------------------- 595 #---------------------------------------------------------------------------
594 596
611 613
612 # The HTML_HEADER tag can be used to specify a personal HTML header for 614 # The HTML_HEADER tag can be used to specify a personal HTML header for
613 # each generated HTML page. If it is left blank doxygen will generate a 615 # each generated HTML page. If it is left blank doxygen will generate a
614 # standard header. 616 # standard header.
615 617
616 HTML_HEADER = 618 HTML_HEADER = doc/TracHeader.html
617 619
618 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 620 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
619 # each generated HTML page. If it is left blank doxygen will generate a 621 # each generated HTML page. If it is left blank doxygen will generate a
620 # standard footer. 622 # standard footer.
621 623
622 HTML_FOOTER = 624 HTML_FOOTER = doc/TracFooter.html
623 625
624 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 626 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
625 # style sheet that is used by each HTML page. It can be used to 627 # style sheet that is used by each HTML page. It can be used to
626 # fine-tune the look of the HTML output. If the tag is left blank doxygen 628 # fine-tune the look of the HTML output. If the tag is left blank doxygen
627 # will generate a default style sheet 629 # will generate a default style sheet