From: Anthony Minessale Date: Fri, 6 Jan 2006 20:03:42 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~3421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718551016a2e81daae36620c342a649dd8926e54;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@301 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_caller.h b/src/include/switch_caller.h index bee01cccd4..1660262148 100644 --- a/src/include/switch_caller.h +++ b/src/include/switch_caller.h @@ -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 diff --git a/src/include/switch_config.h b/src/include/switch_config.h index 313cc1f03a..100b0b65b2 100644 --- a/src/include/switch_config.h +++ b/src/include/switch_config.h @@ -46,6 +46,9 @@ var2 => val2 */ +///\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