X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile_c;h=770f2d51e2205743cd954edee8d818eb5b951af9;hb=b3a25d5dc805f7f92262a2156d82b0cf5a9e5492;hp=00ca740795fb6050f4469cca057f59777751729a;hpb=80864e52cc672220e5f688dc66f8fdfa17f75d24;p=bertos.git diff --git a/Doxyfile_c b/Doxyfile_c index 00ca7407..770f2d51 100755 --- a/Doxyfile_c +++ b/Doxyfile_c @@ -39,7 +39,7 @@ OUTPUT_DIRECTORY = doc/reference # files, where putting all generated files in the same directory would otherwise # cause performance problems for the file system. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -450,7 +450,8 @@ FILE_PATTERNS = *.c \ *.h++ \ *.idl \ *.odl \ - README + README \ + README.devlib # 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.