Completed doxygen headers for .h files

This commit is contained in:
csBlueChip 2009-08-23 16:19:21 +00:00
parent b62e9d73bc
commit 08c03a8de9
13 changed files with 21 additions and 21 deletions

View file

@ -22,7 +22,7 @@ THE SOFTWARE.
/** /**
* @file GRRLIB.h * @file GRRLIB.h
* GRRLIB library. * GRRLIB user include file
*/ */
#ifndef __GRRLIB_H__ #ifndef __GRRLIB_H__

View file

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

View file

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

View file

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

View file

@ -22,7 +22,7 @@ THE SOFTWARE.
/** /**
* @file GRRLIB_clipping.h * @file GRRLIB_clipping.h
* * Inline functions to control clipping.
*/ */
/** /**

View file

@ -22,7 +22,7 @@ THE SOFTWARE.
/** /**
* @file GRRLIB_collision.h * @file GRRLIB_collision.h
* * Inline functions for collision detection.
*/ */
/** /**

View file

@ -22,7 +22,7 @@ THE SOFTWARE.
/** /**
* @file GRRLIB_fbComplex.h * @file GRRLIB_fbComplex.h
* * Inline functions for complex (N-point) shape drawing.
*/ */
/** /**

View file

@ -22,7 +22,7 @@ THE SOFTWARE.
/** /**
* @file GRRLIB_fbGX.h * @file GRRLIB_fbGX.h
* * Inline functions for interfacing directly to the GX Engine.
*/ */
/** /**

View file

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

View file

@ -22,7 +22,7 @@ THE SOFTWARE.
/** /**
* @file GRRLIB_handle.h * @file GRRLIB_handle.h
* * Inline functions for manipulating texture handles.
*/ */
/** /**

View file

@ -22,7 +22,7 @@ THE SOFTWARE.
/** /**
* @file GRRLIB_pixel.h * @file GRRLIB_pixel.h
* * Inline functions for manipulating pixels in textures.
*/ */
/** /**

View file

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

View file

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