fix doxygen syms (#506)

* fix doxygen syms

* add the markdown file
This commit is contained in:
coco875
2023-12-24 23:42:20 +01:00
committed by GitHub
parent 96b209a753
commit f1befa8bcd
6 changed files with 21321 additions and 21315 deletions
+4
View File
@@ -392,6 +392,10 @@ ifeq ($(COMPARE),1)
@$(SHA1SUM) --quiet -c $(TARGET).sha1 && $(PRINT) "$(TARGET): $(GREEN)OK$(NO_COL)\n" || ($(PRINT) "$(YELLOW)Building the ROM file has succeeded, but does not match the original ROM.\nThis is expected, and not an error, if you are making modifications.\nTo silence this message, use 'make COMPARE=0.' $(NO_COL)\n" && false)
endif
doc:
$(PYTHON) tools/doxygen_symbol_gen.py
doxygen
clean:
$(RM) -r $(BUILD_DIR)