mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 18:16:13 +00:00
Fix doxygen warning about debug parameters in memp.c
Remove documentation from them, it is not important
This commit is contained in:
parent
0e6f2049ad
commit
70927892e1
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user