X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=doxygen%2FMakefile;h=f1bee5b847c17321d8a95fc3db260450e548390f;hb=1ec093fe7a0c37cb5b8a84fdf5ffbd243880980f;hp=0661fc9ec843b4fd9b8a4f3cfca6999932e39a99;hpb=891f0a1caa795ed7799f0c6faa1cb91b4669d4da;p=vpp.git diff --git a/doxygen/Makefile b/doxygen/Makefile index 0661fc9ec84..f1bee5b847c 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -45,12 +45,13 @@ DOXY_DIR ?= $(WS_ROOT)/doxygen # Primary source directories DOXY_SRC ?= src DOXY_SRC_DIRECTORIES = \ + $(shell find $(DOXY_SRC) -name '*.md' -print | xargs dirname \ + | sort | uniq) \ $(DOXY_SRC)/vppinfra \ $(DOXY_SRC)/svm \ $(DOXY_SRC)/vlib \ $(DOXY_SRC)/vlibapi \ $(DOXY_SRC)/vlibmemory \ - $(DOXY_SRC)/vlibsocket \ $(DOXY_SRC)/vnet \ $(DOXY_SRC)/vpp \ $(DOXY_SRC)/vpp-api \