mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 03:51:48 +00:00
fix dox
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1428 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8977778bd3
commit
64c80bd894
@ -1347,6 +1347,8 @@ DoxyDefine(apr_status_t switch_queue_trypop(switch_queue_t *queue, void **data);
|
|||||||
DoxyDefine(apr_status_t switch_queue_trypush(switch_queue_t *queue, void *data);)
|
DoxyDefine(apr_status_t switch_queue_trypush(switch_queue_t *queue, void *data);)
|
||||||
#define switch_queue_trypush apr_queue_trypush
|
#define switch_queue_trypush apr_queue_trypush
|
||||||
|
|
||||||
|
/** @} */
|
||||||
|
|
||||||
|
|
||||||
typedef apr_thread_rwlock_t switch_thread_rwlock_t;
|
typedef apr_thread_rwlock_t switch_thread_rwlock_t;
|
||||||
|
|
||||||
@ -1427,6 +1429,7 @@ SWITCH_DECLARE(switch_status_t) switch_mutex_init(switch_mutex_t **lock,
|
|||||||
//SWITCH_DECLARE(switch_status_t) switch_mutex_trylock(switch_mutex_t *lock);
|
//SWITCH_DECLARE(switch_status_t) switch_mutex_trylock(switch_mutex_t *lock);
|
||||||
#define switch_mutex_trylock apr_thread_mutex_trylock
|
#define switch_mutex_trylock apr_thread_mutex_trylock
|
||||||
|
|
||||||
|
/** @} */
|
||||||
/** @} */
|
/** @} */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_destroy(void);
|
|||||||
///\}
|
///\}
|
||||||
|
|
||||||
|
|
||||||
///\defgroup sh Read/Write Locking
|
///\defgroup rwl Read/Write Locking
|
||||||
///\ingroup core1
|
///\ingroup core1
|
||||||
///\{
|
///\{
|
||||||
/*!
|
/*!
|
||||||
|
@ -94,7 +94,7 @@ SWITCH_DECLARE_DATA extern switch_directories SWITCH_GLOBAL_dirs;
|
|||||||
#define SWITCH_FALSE 0
|
#define SWITCH_FALSE 0
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\enum switch_vad_flags
|
\enum switch_vad_flag_t
|
||||||
\brief RTP Related Flags
|
\brief RTP Related Flags
|
||||||
<pre>
|
<pre>
|
||||||
SWITCH_VAD_FLAG_TALKING - Currently Talking
|
SWITCH_VAD_FLAG_TALKING - Currently Talking
|
||||||
@ -500,7 +500,7 @@ typedef enum {
|
|||||||
also never put any new ones before EVENT_ALL
|
also never put any new ones before EVENT_ALL
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
\enum switch_event_type_t
|
\enum switch_event_types_t
|
||||||
\brief Built-in Events
|
\brief Built-in Events
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user