Mercurial > pidgin.yaz
comparison Doxyfile.in @ 16257:b20fa7ebb911
Ari sent in a patch, saying:
"If you've run configure outside of the main source tree (e.g. in a build/
subdirectory) in the latest mtn tree, doxygen (make docs) won't work because
it can't find the header/footer. This patch should fix the issue."
Closes #200
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 19 Apr 2007 01:38:00 +0000 |
parents | 55a80bb5ed51 |
children | 5c6f019e48f8 |
comparison
equal
deleted
inserted
replaced
16255:4e01fc165b28 | 16257:b20fa7ebb911 |
---|---|
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 = doc/TracHeader.html | 618 HTML_HEADER = @top_srcdir@/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 = doc/TracFooter.html | 624 HTML_FOOTER = @top_srcdir@/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 |