aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-03 18:46:58 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-03 18:46:58 +0000
commit0add38f4f1d534b8e009f8e667d2d9aca11b0548 (patch)
tree1ecd8ec13da212a33b986cd2738532d84869fd9c /contrib
parentd41b7bf28128ec987d5a1beab8712dceae59a9a9 (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: http://svn.digium.com/svn/asterisk/trunk@5833 f38db490-d61c-443f-a65b-d21fe96a405b
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