summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2016-03-19 16:49:25 -0600
committerGeorge Joseph <george.joseph@fairview5.com>2016-03-19 16:49:25 -0600
commit51deadee3854d94db026b90ee3d8d0202e93033b (patch)
tree53f3f65c3addaf3100a47244cd885fd9bdb3fad9 /doc
parent9444ddadf8525d1ce66a1faf1db97f9f6c265ca4 (diff)
progdocs: Exclude ./third-party from documentation generation
We don't need pjproject's documentation embedded in Asterisk's. Change-Id: Iea6f5a621c0f4e3168dda3321eaab258d9f24a17
Diffstat (limited to 'doc')
-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