Fix Doxygen documentation attached to non-existent elements
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
cf4d9f98c7
commit
0bd76ee2ed
1 changed files with 2 additions and 4 deletions
|
@ -297,10 +297,8 @@ int mbedtls_platform_set_vsnprintf( int (*vsnprintf_func)( char * s, size_t n,
|
||||||
* you can set mbedtls_setbuf to a function that
|
* you can set mbedtls_setbuf to a function that
|
||||||
* does nothing.
|
* does nothing.
|
||||||
*
|
*
|
||||||
* \param setbuf_func The \c setbuf function implementation.
|
* The library always calls this function with
|
||||||
* It is always called with `buf` equal to `NULL`.
|
* `buf` equal to `NULL`.
|
||||||
*
|
|
||||||
* \return \c 0 on success, negative on error.
|
|
||||||
*/
|
*/
|
||||||
extern void (*mbedtls_setbuf)( FILE *stream, char *buf );
|
extern void (*mbedtls_setbuf)( FILE *stream, char *buf );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue