Doxygen fix
This commit is contained in:
parent
055d7c19f1
commit
4797b7d1e2
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Use gfxAlloc and gfxFree to implement malloc() and free()
|
* @brief Use gfxAlloc and gfxFree to implement malloc() and free()
|
||||||
*
|
*
|
||||||
* @notes Sometimes your application will include functions that
|
* @note Sometimes your application will include functions that
|
||||||
* want to internally use malloc() and free(). As the default
|
* want to internally use malloc() and free(). As the default
|
||||||
* implementations of these in your C library are almost
|
* implementations of these in your C library are almost
|
||||||
* invariably incorrect for an embedded platform, this option
|
* invariably incorrect for an embedded platform, this option
|
||||||
|
|
Loading…
Add table
Reference in a new issue