mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
This commit is contained in:
@@ -20,7 +20,9 @@ upgrade-doxygen:
|
||||
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
|
||||
doxygen -u $$doxygen_conf; \
|
||||
sed "s/MARKDOWN_SUPPORT *= *YES/MARKDOWN_SUPPORT = NO/1" $$doxygen_conf > $$doxygen_conf.new; \
|
||||
mv -u $$doxygen_conf.new $$doxygen_conf; \
|
||||
sed "s/DISABLE_INDEX *= *NO/DISABLE_INDEX = YES/1" $$doxygen_conf.new > $$doxygen_conf.new2; \
|
||||
mv -u $$doxygen_conf.new2 $$doxygen_conf; \
|
||||
rm $$doxygen_conf.new; \
|
||||
done;
|
||||
@echo Doxygen configuration update complete.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user