summaryrefslogtreecommitdiffstats
path: root/doxygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/Makefile')
-rw-r--r--doxygen/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile
index face5b44828..640acc26328 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -59,8 +59,7 @@ DOXY_INPUT ?= \
$(wildcard $(WS_ROOT)/*.md) \
$(wildcard $(DOXY_DIR)/*.md) \
$(DOXY_SRC_DIRECTORIES) \
- $(DOXY_SRC)/plugins \
- plugins
+ $(DOXY_SRC)/plugins
# Strip leading workspace path from input names
DOXY_INPUT := $(subst $(WS_ROOT)/,,$(DOXY_INPUT))