comparison Doxyfile @ 354:843705c25b45

code cleanup; content-id in brackets
author Carl Byington <carl@five-ten-sg.com>
date Tue, 22 Dec 2015 08:59:46 -0800
parents 5338d93889aa
children 5c0ce43c7532
comparison
equal deleted inserted replaced
353:19b795b6f6a0 354:843705c25b45
566 # The INPUT tag can be used to specify the files and/or directories that contain 566 # The INPUT tag can be used to specify the files and/or directories that contain
567 # documented source files. You may enter file names like "myfile.cpp" or 567 # documented source files. You may enter file names like "myfile.cpp" or
568 # directories like "/usr/src/myproject". Separate the files or directories 568 # directories like "/usr/src/myproject". Separate the files or directories
569 # with spaces. 569 # with spaces.
570 570
571 INPUT = config.h \ 571 INPUT = config.h src
572 src
573 572
574 # This tag can be used to specify the character encoding of the source files 573 # This tag can be used to specify the character encoding of the source files
575 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 574 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
576 # also the default input encoding. Doxygen uses libiconv (or the iconv built 575 # also the default input encoding. Doxygen uses libiconv (or the iconv built
577 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 576 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for