Doxygen fix

This commit is contained in:
Joel Bodenmann 2016-02-28 15:00:57 +01:00
parent 055d7c19f1
commit 4797b7d1e2

View file

@ -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