diff options
author | Chris Luke <chrisy@flirble.org> | 2016-09-07 13:28:59 -0400 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-09-07 21:20:43 +0000 |
commit | 3b480933c80cac8963995b61f48ee9aedb3d6e16 (patch) | |
tree | d72afa12cd443a33a563e883a9c7f80f7927aad7 /doxygen/doxygen.cfg | |
parent | fb28e9a80c8e36db0a3a484a20e9e0114be517bd (diff) |
VPP-346 Improve Doxygen include path mechanism
- If present, include the directories where API header files
are generated into.
- Improve extraction of include paths from CPP
- Generalize the file/directory exclusion
This reduces some of the "warning" chatter from Doxygen.
Change-Id: I7ac02bff1639fe63f11263176020b0f040255017
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'doxygen/doxygen.cfg')
-rw-r--r-- | doxygen/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index 971a159502c..7b24ae8613e 100644 --- a/doxygen/doxygen.cfg +++ b/doxygen/doxygen.cfg @@ -826,7 +826,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = $(EXCLUDE) # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded |