mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
Completed doxygen headers for .h files
This commit is contained in:
parent
b62e9d73bc
commit
08c03a8de9
13 changed files with 21 additions and 21 deletions
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB.h
|
* @file GRRLIB.h
|
||||||
* GRRLIB library.
|
* GRRLIB user include file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GRRLIB_H__
|
#ifndef __GRRLIB_H__
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB__inline.h
|
* @file GRRLIB__inline.h
|
||||||
* GRRLIB inline functions.
|
* GRRLIB inline function prototypes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GRRLIB_H__
|
#ifndef __GRRLIB_H__
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB__lib.h
|
* @file GRRLIB__lib.h
|
||||||
* GRRLIB library functions.
|
* GRRLIB library function prototypes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GRRLIB_H__
|
#ifndef __GRRLIB_H__
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_cExtn.h
|
* @file GRRLIB_cExtn.h
|
||||||
*
|
* Inline functions to offer additional C primitives.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_clipping.h
|
* @file GRRLIB_clipping.h
|
||||||
*
|
* Inline functions to control clipping.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_collision.h
|
* @file GRRLIB_collision.h
|
||||||
*
|
* Inline functions for collision detection.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_fbComplex.h
|
* @file GRRLIB_fbComplex.h
|
||||||
*
|
* Inline functions for complex (N-point) shape drawing.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_fbGX.h
|
* @file GRRLIB_fbGX.h
|
||||||
*
|
* Inline functions for interfacing directly to the GX Engine.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_fbSimple.h
|
* @file GRRLIB_fbSimple.h
|
||||||
*
|
* Inline functions for primitive point and line drawing.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_handle.h
|
* @file GRRLIB_handle.h
|
||||||
*
|
* Inline functions for manipulating texture handles.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_pixel.h
|
* @file GRRLIB_pixel.h
|
||||||
*
|
* Inline functions for manipulating pixels in textures.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_settings.h
|
* @file GRRLIB_settings.h
|
||||||
*
|
* Inline functions for configuring the GRRLIB settings.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file GRRLIB_texSetup.h
|
* @file GRRLIB_texSetup.h
|
||||||
*
|
* Inline functions for the basic manipulation of textures.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
Loading…
Reference in a new issue