]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
progdocs: Exclude ./third-party from documentation generation 42/2442/1
authorGeorge Joseph <george.joseph@fairview5.com>
Sat, 19 Mar 2016 22:49:25 +0000 (16:49 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Sat, 19 Mar 2016 22:51:41 +0000 (17:51 -0500)
We don't need pjproject's documentation embedded in Asterisk's.

Change-Id: Iea6f5a621c0f4e3168dda3321eaab258d9f24a17

doc/asterisk-ng-doxygen.in

index 51a3f5d5835a0f28b1ff4ce0f61a9465ff04faa9..2a7002c549b2455a070270ee00b1758a1ecea6a4 100644 (file)
@@ -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