include/coreinit: Fix up some more Doxygen briefs

This commit is contained in:
Ash 2018-07-25 10:45:06 +10:00
parent 33ae7587d6
commit c9b2013b72
2 changed files with 4 additions and 5 deletions

View File

@ -5,10 +5,10 @@
* \defgroup coreinit_cache Cache
* \ingroup coreinit
*
* The Cache group of functions provide an interface to the low-level caching
* system of the PowerPC processor. The cache acts as a middleman between main
* memory and the processor, speeding up access to frequently-used data.
* Interface to the low-level caching system of the PowerPC processor.
*
* The cache acts as a middleman between main
* memory and the processor, speeding up access to frequently-used data.
* However, the Wii U is not cache-coherent - written data may be cached
* without updating main memory, and data read from the cache may be out of date
* with respect to memory. While this isn't a problem for most code, certain

View File

@ -5,8 +5,7 @@
* \defgroup coreinit_core Core
* \ingroup coreinit
*
* The coreinit Core group of functions provide information about each core of
* the system's processor.
* Provides information about each core of the system's processor.
* @{
*/