doc/doxygen/Doxyfile
changeset 529 c171e11707c5
parent 528 0a30e161d63c
child 561 f9be4262c68d
equal deleted inserted replaced
528:0a30e161d63c 529:c171e11707c5
    29 
    29 
    30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
    30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
    31 # This could be handy for archiving the generated documentation or 
    31 # This could be handy for archiving the generated documentation or 
    32 # if some version control system is used.
    32 # if some version control system is used.
    33 
    33 
    34 PROJECT_NUMBER         = 3
    34 PROJECT_NUMBER         = 3.0
    35 
    35 
    36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
    36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
    37 # base path where the generated documentation will be put. 
    37 # base path where the generated documentation will be put. 
    38 # If a relative path is entered, it will be relative to the location 
    38 # If a relative path is entered, it will be relative to the location 
    39 # where doxygen was started. If left blank the current directory will be used.
    39 # where doxygen was started. If left blank the current directory will be used.
   542 # The INPUT tag can be used to specify the files and/or directories that contain 
   542 # The INPUT tag can be used to specify the files and/or directories that contain 
   543 # documented source files. You may enter file names like "myfile.cpp" or 
   543 # documented source files. You may enter file names like "myfile.cpp" or 
   544 # directories like "/usr/src/myproject". Separate the files or directories 
   544 # directories like "/usr/src/myproject". Separate the files or directories 
   545 # with spaces.
   545 # with spaces.
   546 
   546 
   547 INPUT                  = ../../include
   547 INPUT                  = ../../include ../../src ../../drivers
   548 
   548 
   549 # This tag can be used to specify the character encoding of the source files 
   549 # This tag can be used to specify the character encoding of the source files 
   550 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
   550 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
   551 # also the default input encoding. Doxygen uses libiconv (or the iconv built 
   551 # also the default input encoding. Doxygen uses libiconv (or the iconv built 
   552 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 
   552 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for