X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile_cxx;h=aded9292398df345dd5e3b579449426d1aea1ef8;hb=cdf3e45aaa38fc701dceeb57e6ceedd6ca68f408;hp=9cc32295e64dc3d9798402c785c45af62e6da44c;hpb=80864e52cc672220e5f688dc66f8fdfa17f75d24;p=bertos.git diff --git a/Doxyfile_cxx b/Doxyfile_cxx index 9cc32295..aded9292 100755 --- a/Doxyfile_cxx +++ b/Doxyfile_cxx @@ -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.