]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 6 Jan 2006 20:03:42 +0000 (20:03 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 6 Jan 2006 20:03:42 +0000 (20:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@301 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_caller.h
src/include/switch_config.h

index bee01cccd4281b575dd87676619d2301266fec67..16602621489653cea823733e37399b5515df13d6 100644 (file)
@@ -42,6 +42,9 @@
        linked into a stack which will be executed in order by the session's state machine when the 
        current state is CS_EXECUTE.
 */
+///\defgroup caller Caller Identity / Dialplan
+///\ingroup FREESWITCH
+///\{
 
 #ifndef SWITCH_CALLER_H
 #define SWITCH_CALLER_H
@@ -165,6 +168,7 @@ extern "C" {
 }
 #endif
 
+///\}
 
 #endif
 
index 313cc1f03ab625181e2044fd5c930745c97ac89d..100b0b65b239d1d670a8c2a58a9d86de06c4b5f9 100644 (file)
@@ -46,6 +46,9 @@ var2 => val2
 </pre>
 
 */
+///\defgroup confg Config File Parser
+///\ingroup FREESWITCH
+///\{
 
 #ifndef SWITCH_CONFIG_H
 #define SWITCH_CONFIG_H
@@ -95,6 +98,6 @@ SWITCH_DECLARE(int) switch_config_next_pair(switch_config *cfg, char **var, char
 #ifdef __cplusplus
 }
 #endif
-
+///\}
 
 #endif