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__
@ -233,25 +233,25 @@ GRR_EXTERN u32 fb GRR_INIT(0) ;
* It is essentially a wrapper which presents a friendly interface to the Nintendo GX core. * It is essentially a wrapper which presents a friendly interface to the Nintendo GX core.
* *
* @section Credits * @section Credits
* Project Leader : NoNameNo\n * Project Leader : NoNameNo\n
* Documentation : Crayon, BlueChip\n * Documentation : Crayon, BlueChip\n
* Lead Coder : NoNameNo\n * Lead Coder : NoNameNo\n
* Support Coders : Crayon, Xane, DragonMinded, BlueChip\n * Support Coders : Crayon, Xane, DragonMinded, BlueChip\n
* Advisors : RedShade, JESPA\n * Advisors : RedShade, JESPA\n
* *
* @section Licence * @section Licence
* Copyright (c) 2009 The GRRLIB Team * Copyright (c) 2009 The GRRLIB Team
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights * in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is * copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions: * furnished to do so, subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in * The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software. * all copies or substantial portions of the Software.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

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>