X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=Doxyfile;h=785d29e326059ba8723087cf65e9a8b2c79805c4;hp=f75d72fe98ff3ae75c14d4d9371385de19fcd67c;hb=e666807a6ffc592be03dddb90ad2d40f2011c8d6;hpb=f8e31c2dc13b84e0193829140c9f61554a682dc0 diff --git a/Doxyfile b/Doxyfile index f75d72fe98..785d29e326 100644 --- a/Doxyfile +++ b/Doxyfile @@ -564,7 +564,11 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = config.h src +INPUT = doc/manual \ + TODO \ + BUGS \ + src \ + config.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -582,7 +586,8 @@ INPUT_ENCODING = UTF-8 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 FILE_PATTERNS = *.h \ - *.c + *.c \ + *.txt # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO.