From af2f5376fea3e6a7d47be435b7196cca7a06a602 Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 6 Feb 2024 10:47:46 +0000 Subject: [PATCH] dev: exclude repo path from doxygen output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3893a0c..690f8b0 100644 --- a/Makefile +++ b/Makefile @@ -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