Fix doxygen warning about debug parameters in memp.c

Remove documentation from them, it is not important
This commit is contained in:
Dirk Ziegelmeier 2016-07-27 20:32:18 +02:00
parent 0e6f2049ad
commit 70927892e1

View File

@ -361,10 +361,6 @@ do_memp_malloc_pool_fn(const struct memp_desc *desc, const char* file, const int
*
* @param desc the pool to get an element from
*
* the debug version has two more parameters:
* @param file file name calling this function
* @param line number of line where this function is called
*
* @return a pointer to the allocated memory or a NULL pointer on error
*/
void *
@ -391,10 +387,6 @@ memp_malloc_pool_fn(const struct memp_desc *desc, const char* file, const int li
*
* @param type the pool to get an element from
*
* the debug version has two more parameters:
* @param file file name calling this function
* @param line number of line where this function is called
*
* @return a pointer to the allocated memory or a NULL pointer on error
*/
void *