[Asterisk-cvs] asterisk/contrib asterisk-ng-doxygen,1.5,1.6
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Fri Jun 3 14:44:01 CDT 2005
Update of /usr/cvsroot/asterisk/contrib
In directory mongoose.digium.com:/tmp/cvs-serv9801/contrib
Modified Files:
asterisk-ng-doxygen
Log Message:
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
Index: asterisk-ng-doxygen
===================================================================
RCS file: /usr/cvsroot/asterisk/contrib/asterisk-ng-doxygen,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- asterisk-ng-doxygen 19 May 2005 17:08:39 -0000 1.5
+++ asterisk-ng-doxygen 3 Jun 2005 18:46:58 -0000 1.6
@@ -451,7 +451,15 @@
# 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
More information about the svn-commits
mailing list