X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile_c;h=c47bc9610ee57e972ffd732136cc3844ed8cb6ee;hb=8ed6318f92444e347d2043f585362bc4b1107f84;hp=95d9c326d6febf8c295f2d9c318a8a1f7c03cc6f;hpb=373da473295906bae49820b60f7d27baae76e7c1;p=bertos.git diff --git a/Doxyfile_c b/Doxyfile_c old mode 100755 new mode 100644 index 95d9c326..c47bc961 --- a/Doxyfile_c +++ b/Doxyfile_c @@ -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 @@ -513,7 +513,8 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = *_test.* \ + *_moc.* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see