mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
This commit is contained in:
@@ -698,7 +698,7 @@ clean_list :
|
||||
|
||||
doxygen:
|
||||
@echo Generating Project Documentation \($(TARGET)\)...
|
||||
@if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \
|
||||
@if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \
|
||||
exit 1; \
|
||||
fi;
|
||||
@echo Documentation Generation Complete.
|
||||
|
||||
Reference in New Issue
Block a user