Chore/doxygen update build (#845)

* Updated doxygen header, footer, and stylesheet files, and Makefile recipes

* Updated the bacnet.sourceforge.net website.

* Updated wording in README
This commit is contained in:
Steve Karg
2024-11-06 05:53:04 -06:00
committed by GitHub
parent bfe0f65953
commit e31350f6e9
20 changed files with 5241 additions and 1726 deletions
+5
View File
@@ -458,6 +458,11 @@ complexity:
sloccount:
sloccount .
# sudo apt install doxygen
.PHONY: doxygen
doxygen:
doxygen BACnet-stack.doxyfile
.PHONY: clean
clean: ports-clean
$(MAKE) -s -C src clean