summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-03-25 15:05:41 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-03-25 15:05:41 -0500
commit2600a42e800a5c6c4eb18fb41cd172ab29bdd537 (patch)
treeabebe4cbf56dd706725a793eb1282f5fb6535069
parentc0b802c5759051a82c1a92fa94b3bf244e19780e (diff)
parent1d3191b1182abf5896d20ebb4b946405031ef9e0 (diff)
Merge "progdocs: Exclude ./third-party from documentation generation"
-rw-r--r--doc/asterisk-ng-doxygen.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/asterisk-ng-doxygen.in b/doc/asterisk-ng-doxygen.in
index 51a3f5d58..2a7002c54 100644
--- a/doc/asterisk-ng-doxygen.in
+++ b/doc/asterisk-ng-doxygen.in
@@ -616,7 +616,8 @@ RECURSIVE = yes
EXCLUDE = doc/api \
menuselect \
res/pjproject \
- addons/ooh323c/src
+ addons/ooh323c/src \
+ third-party
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded