doc/doxygen.conf
changeset 2217 0b4567d545de
parent 2201 498eb8135a8e
child 2596 01685e2f0add
equal deleted inserted replaced
2216:9c209295b0b1 2217:0b4567d545de
   491 # The INPUT tag can be used to specify the files and/or directories that contain 
   491 # The INPUT tag can be used to specify the files and/or directories that contain 
   492 # documented source files. You may enter file names like "myfile.cpp" or 
   492 # documented source files. You may enter file names like "myfile.cpp" or 
   493 # directories like "/usr/src/myproject". Separate the files or directories 
   493 # directories like "/usr/src/myproject". Separate the files or directories 
   494 # with spaces.
   494 # with spaces.
   495 
   495 
   496 INPUT                  = src \
   496 INPUT                  = doc/modules \
   497                          doc/main.txt \
   497                          doc/main.h \
   498                          doc/introspected-doxygen.h \
   498                          doc/introspected-doxygen.h \
   499                          doc/tracing.h 
   499                          doc/tracing.h \ 
       
   500                          doc/howtos/ \ 
       
   501                          src
   500 
   502 
   501 # This tag can be used to specify the character encoding of the source files that 
   503 # This tag can be used to specify the character encoding of the source files that 
   502 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default 
   504 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default 
   503 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding. 
   505 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding. 
   504 # See http://www.gnu.org/software/libiconv for the list of possible encodings.
   506 # See http://www.gnu.org/software/libiconv for the list of possible encodings.