summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-03-25 15:05:38 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-03-25 15:05:39 -0500
commitf3b154d7d2cff8f01ba6a8802c3c5e8cbc99d049 (patch)
treea7a5eb406bfe311cd10cb74bf8ef38864cf24063
parent096e7a88ce9d0df861cffe228d0fb6b64c39e445 (diff)
parent51deadee3854d94db026b90ee3d8d0202e93033b (diff)
Merge "progdocs: Exclude ./third-party from documentation generation" into 13
-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