mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
include/coreinit: Fix up some more Doxygen briefs
This commit is contained in:
parent
33ae7587d6
commit
c9b2013b72
@ -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
|
||||
|
@ -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.
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user