From: George Joseph Date: Sat, 19 Mar 2016 22:49:25 +0000 (-0600) Subject: progdocs: Exclude ./third-party from documentation generation X-Git-Tag: 14.0.0-beta1~312^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3191b1182abf5896d20ebb4b946405031ef9e0;p=thirdparty%2Fasterisk.git progdocs: Exclude ./third-party from documentation generation We don't need pjproject's documentation embedded in Asterisk's. Change-Id: Iea6f5a621c0f4e3168dda3321eaab258d9f24a17 --- diff --git a/doc/asterisk-ng-doxygen.in b/doc/asterisk-ng-doxygen.in index 51a3f5d583..2a7002c549 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