FSBUILD-297 remove strange characters
This commit is contained in:
parent
07b81760cb
commit
ba1546e055
|
@ -327,7 +327,7 @@ void *msg_buf_move(msg_t *dst, msg_t const *src)
|
|||
* @param[in] msg message object
|
||||
* @param[out] vec I/O vector
|
||||
* @param[in] veclen available length of @a vec
|
||||
* @param[in] n number of possibly available bytes
|
||||
* @param[in] n number of possibly available bytes
|
||||
* @param[in] exact true if data ends at message boundary
|
||||
*
|
||||
* @return
|
||||
|
|
|
@ -89,7 +89,7 @@ su_log_t nua_log[] = { SU_LOG_INIT("nua", "NUA_DEBUG", SU_DEBUG) };
|
|||
* @param root Pointer to a root object
|
||||
* @param callback Pointer to event callback function
|
||||
* @param magic Pointer to callback context
|
||||
* @param tag, value, ... List of tagged parameters
|
||||
* @param tag, value, ... List of tagged parameters
|
||||
*
|
||||
* @retval !=NULL a pointer to a @nua stack object
|
||||
* @retval NULL upon an error
|
||||
|
|
Loading…
Reference in New Issue