FSBUILD-297 remove strange characters

This commit is contained in:
Jeff Lenk
2010-08-10 22:07:44 -05:00
parent 07b81760cb
commit ba1546e055
2 changed files with 2 additions and 2 deletions

View File

@@ -327,7 +327,7 @@ void *msg_buf_move(msg_t *dst, msg_t const *src)
* @param[in] msg message object * @param[in] msg message object
* @param[out] vec I/O vector * @param[out] vec I/O vector
* @param[in] veclen available length of @a vec * @param[in] veclen available length of @a vec
* @param[in] n number of possibly available bytes<EFBFBD> * @param[in] n number of possibly available bytes
* @param[in] exact true if data ends at message boundary * @param[in] exact true if data ends at message boundary
* *
* @return * @return

View File

@@ -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 root Pointer to a root object
* @param callback Pointer to event callback function * @param callback Pointer to event callback function
* @param magic Pointer to callback context * @param magic Pointer to callback context
* @param tag,<2C>value,<EFBFBD>... List of tagged parameters * @param tag,<2C>value, ... List of tagged parameters
* *
* @retval !=NULL a pointer to a @nua stack object * @retval !=NULL a pointer to a @nua stack object
* @retval NULL upon an error * @retval NULL upon an error