[Asterisk-code-review] progdocs: Exclude ./third-party from documentation generation (asterisk[13])
George Joseph
asteriskteam at digium.com
Sat Mar 19 17:51:03 CDT 2016
George Joseph has uploaded a new change for review.
https://gerrit.asterisk.org/2441
Change subject: progdocs: Exclude ./third-party from documentation generation
......................................................................
progdocs: Exclude ./third-party from documentation generation
We don't need pjproject's documentation embedded in Asterisk's.
Change-Id: Iea6f5a621c0f4e3168dda3321eaab258d9f24a17
---
M doc/asterisk-ng-doxygen.in
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/41/2441/1
diff --git a/doc/asterisk-ng-doxygen.in b/doc/asterisk-ng-doxygen.in
index 51a3f5d..2a7002c 100644
--- a/doc/asterisk-ng-doxygen.in
+++ b/doc/asterisk-ng-doxygen.in
@@ -616,7 +616,8 @@
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
--
To view, visit https://gerrit.asterisk.org/2441
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea6f5a621c0f4e3168dda3321eaab258d9f24a17
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
More information about the asterisk-code-review
mailing list