mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-02 10:37:24 +00:00
Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
This commit is contained in:
@@ -701,7 +701,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