dev: exclude repo path from doxygen output

main
gravel 3 months ago
parent 3792a43821
commit af2f5376fe
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -74,7 +74,7 @@ open:
# Update Doxygen documentation on file change.
docs:
$(MAKE) WATCHCMD="doxygen -q" watchdog
$(MAKE) WATCHCMD="doxygen -q" watchdog |& sed "s:`realpath .`::"
# Update Doxygen documentation on change and show in browser.
dev-docs: PORT = 8082

Loading…
Cancel
Save