git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@301 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-01-06 20:03:42 +00:00
parent 7c5ad2e254
commit 718551016a
2 changed files with 8 additions and 1 deletions

View 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