X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=de2080969834eb4a70d38a2be5db578909e24ef8;hb=7f791a7d0111fd8552b362b03d6be4d7cf23a916;hp=cc00581539c10493ec9fc77d1ac05a86bcec3ad3;hpb=3051bdd9f37c81cfec6ec7d7614c08e84a526062;p=bertos.git diff --git a/Doxyfile b/Doxyfile index cc005815..de208096 100755 --- a/Doxyfile +++ b/Doxyfile @@ -418,7 +418,7 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some @@ -498,7 +498,8 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = doc +EXCLUDE = doc \ + qtext/qextftp.cpp # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded