Просмотр исходного кода

disable doxygen undocumented method warning

Very few methods we have are documented, so this is A LOT of noise
hidden the "interesting" warnings about methods which are documented,
but incorrectly and such stuff.

Git-Dch: Ignore
David Kalnischkies лет назад: 12
Родитель
Сommit
bfa1ebf5d0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/Doxyfile.in

+ 1 - 1
doc/Doxyfile.in

@@ -613,7 +613,7 @@ WARNINGS               = YES
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
 # automatically be disabled.
 # 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
 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
 # potential errors in the documentation, such as not documenting some
 # potential errors in the documentation, such as not documenting some