comparison Doxyfile.in @ 23406:3c1f1bed5be2

merge of '57be04f07f9fdc005b620053ae4f09dd1e27ebb3' and '582755b8228024381c2a9e110de35f0aaedd5dc1'
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 02 Jul 2008 00:06:25 +0000
parents 1db2bc34ea61
children b8a73b6dc0a4
comparison
equal deleted inserted replaced
22892:c9bc2d0215ed 23406:3c1f1bed5be2
483 # The INPUT tag can be used to specify the files and/or directories that contain 483 # The INPUT tag can be used to specify the files and/or directories that contain
484 # documented source files. You may enter file names like "myfile.cpp" or 484 # documented source files. You may enter file names like "myfile.cpp" or
485 # directories like "/usr/src/myproject". Separate the files or directories 485 # directories like "/usr/src/myproject". Separate the files or directories
486 # with spaces. 486 # with spaces.
487 487
488 INPUT = libpurple \ 488 INPUT = @top_srcdir@/libpurple \
489 finch \ 489 @top_srcdir@/finch \
490 finch/libgnt \ 490 @top_srcdir@/finch/libgnt \
491 pidgin \ 491 @top_srcdir@/pidgin \
492 doc 492 @top_srcdir@/doc
493 493
494 # This tag can be used to specify the character encoding of the source files that 494 # This tag can be used to specify the character encoding of the source files that
495 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default 495 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
496 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding. 496 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.
497 # See http://www.gnu.org/software/libiconv for the list of possible encodings. 497 # See http://www.gnu.org/software/libiconv for the list of possible encodings.