X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=doxygen%2FMakefile;h=640acc26328e9ad7751fa39eef498cb4f8747b6d;hb=refs%2Fchanges%2F95%2F4695%2F6;hp=face5b448282a832af962eaca5ea5fee831eb36c;hpb=cb034b9b374927c7552e36dcbc306d8456b2a0cb;p=vpp.git 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))