mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 06:52:20 +00:00
[CHG] Fixed a problem with the documentation (introduced in r327)
This commit is contained in:
parent
293e965965
commit
30ef11837d
11 changed files with 22 additions and 12 deletions
|
@ -22,11 +22,11 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB.h
|
||||
* GRRLIB user include file
|
||||
* GRRLIB user include file.
|
||||
*/
|
||||
/**
|
||||
* @defgroup AllFunc Everything in GRRLIB
|
||||
* This is the complete list of funtions, structures, defines, typedefs and enumerations you may want to used to make your homebrew with GRRLIB.
|
||||
* This is the complete list of funtions, structures, defines, typedefs, enumerations and variables you may want to used to make your homebrew with GRRLIB.
|
||||
* You simply need to include grrlib.h in your project to have access to all of these.
|
||||
* @{
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_cExtn.h
|
||||
* Inline functions to offer additional C primitives.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_clipping.h
|
||||
* Inline functions to control clipping.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_collision.h
|
||||
* Inline functions for collision detection.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_fbComplex.h
|
||||
* Inline functions for complex (N-point) shape drawing.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_fbGX.h
|
||||
* Inline functions for interfacing directly to the GX Engine.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_fbSimple.h
|
||||
* Inline functions for primitive point and line drawing.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_handle.h
|
||||
* Inline functions for manipulating texture handles.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_pixel.h
|
||||
* Inline functions for manipulating pixels in textures.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_settings.h
|
||||
* Inline functions for configuring the GRRLIB settings.
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||
THE SOFTWARE.
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @file GRRLIB_texSetup.h
|
||||
* Inline functions for the basic manipulation of textures.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue