comparison Doxyfile.in @ 20400:ea9a5566a156

propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-sf-1621854-4' (head 36b8a3e05397b5918f311a046fa580c5bb8846e0) to branch 'im.pidgin.cpw.khc.msnp14' (head 39ac2e1b7754245b292605b0e3055ebb1b954c5d)
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 05:00:56 +0000
parents 55a80bb5ed51
children b20fa7ebb911
comparison
equal deleted inserted replaced
20395:bb940f08c820 20400:ea9a5566a156
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 = libgaim \ 434 INPUT = libpurple \
435 gtk \ 435 finch \
436 console \ 436 pidgin \
437 doc 437 doc
438 438
439 # 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
440 # 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
441 # 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
584 # 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
585 # 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.
586 # 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
587 # should be ignored while generating the index headers. 587 # should be ignored while generating the index headers.
588 588
589 IGNORE_PREFIX = Gaim \ 589 IGNORE_PREFIX = Purple \
590 _Gaim \ 590 _Purple \
591 gaim 591 purple
592 592
593 #--------------------------------------------------------------------------- 593 #---------------------------------------------------------------------------
594 # configuration options related to the HTML output 594 # configuration options related to the HTML output
595 #--------------------------------------------------------------------------- 595 #---------------------------------------------------------------------------
596 596
613 613
614 # 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
615 # 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
616 # standard header. 616 # standard header.
617 617
618 HTML_HEADER = 618 HTML_HEADER = doc/TracHeader.html
619 619
620 # 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
621 # 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
622 # standard footer. 622 # standard footer.
623 623
624 HTML_FOOTER = 624 HTML_FOOTER = doc/TracFooter.html
625 625
626 # 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
627 # 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
628 # 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
629 # will generate a default style sheet 629 # will generate a default style sheet