提交 71855101 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@301 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7c5ad2e2
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
linked into a stack which will be executed in order by the session's state machine when the linked into a stack which will be executed in order by the session's state machine when the
current state is CS_EXECUTE. current state is CS_EXECUTE.
*/ */
///\defgroup caller Caller Identity / Dialplan
///\ingroup FREESWITCH
///\{
#ifndef SWITCH_CALLER_H #ifndef SWITCH_CALLER_H
#define SWITCH_CALLER_H #define SWITCH_CALLER_H
...@@ -165,6 +168,7 @@ extern "C" { ...@@ -165,6 +168,7 @@ extern "C" {
} }
#endif #endif
///\}
#endif #endif
......
...@@ -46,6 +46,9 @@ var2 => val2 ...@@ -46,6 +46,9 @@ var2 => val2
</pre> </pre>
*/ */
///\defgroup confg Config File Parser
///\ingroup FREESWITCH
///\{
#ifndef SWITCH_CONFIG_H #ifndef SWITCH_CONFIG_H
#define SWITCH_CONFIG_H #define SWITCH_CONFIG_H
...@@ -95,6 +98,6 @@ SWITCH_DECLARE(int) switch_config_next_pair(switch_config *cfg, char **var, char ...@@ -95,6 +98,6 @@ SWITCH_DECLARE(int) switch_config_next_pair(switch_config *cfg, char **var, char
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
///\}
#endif #endif
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论