doxygen: improve .md file discovery

Add directories under .../src which contain .md files to
DOXY_SRC_DIRECTORIES.

Type: fix

Change-Id: If7ce833b6cb9cd5ec30a8df8e263087e276cfe97
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2019-07-03 10:04:44 -04:00
committed by Chris Luke
parent 4bda2d955d
commit 138945f71f
+2
View File
@@ -45,6 +45,8 @@ 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 \