summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-06-03 18:46:58 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-06-03 18:46:58 +0000
commit860d7948ba53764190a514a53a6910ea48a5792f (patch)
tree1ecd8ec13da212a33b986cd2738532d84869fd9c /contrib
parent37efff4481774d52bd7c4430adc0d60396711d6b (diff)
clean up create_addr, and use a structure instead of a large parameter list
make create_addr return the peer's outkey, so dynamic realtime peers can use keys for calls (bug #4431) add key support for switch connection strings use a common dial/switch string parser instead of three copies (none of them identical) make doxygen docs cover the entire source base git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5833 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/asterisk-ng-doxygen10
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/asterisk-ng-doxygen b/contrib/asterisk-ng-doxygen
index 8e4a924f3..1874ff22a 100755
--- a/contrib/asterisk-ng-doxygen
+++ b/contrib/asterisk-ng-doxygen
@@ -451,7 +451,15 @@ WARN_LOGFILE =
# with spaces.
INPUT = ./ \
- include/asterisk
+ include/asterisk \
+ channels \
+ funcs \
+ apps \
+ cdr \
+ codecs \
+ formats \
+ pbx \
+ res
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp