From 1d3191b1182abf5896d20ebb4b946405031ef9e0 Mon Sep 17 00:00:00 2001
From: George Joseph <george.joseph@fairview5.com>
Date: Sat, 19 Mar 2016 16:49:25 -0600
Subject: [PATCH] progdocs:  Exclude ./third-party from documentation
 generation

We don't need pjproject's documentation embedded in Asterisk's.

Change-Id: Iea6f5a621c0f4e3168dda3321eaab258d9f24a17
---
 doc/asterisk-ng-doxygen.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
GitLab