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:
@@ -707,7 +707,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.
|
||||
|
||||
@@ -481,7 +481,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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -691,7 +691,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.
|
||||
|
||||
@@ -454,7 +454,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.
|
||||
|
||||
@@ -673,7 +673,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