mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02: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
|
||||
* GRRLIB library.
|
||||
* GRRLIB user include file
|
||||
*/
|
||||
|
||||
#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.
|
||||
*
|
||||
* @section Credits
|
||||
* Project Leader : NoNameNo\n
|
||||
* Documentation : Crayon, BlueChip\n
|
||||
* Lead Coder : NoNameNo\n
|
||||
* Support Coders : Crayon, Xane, DragonMinded, BlueChip\n
|
||||
* Advisors : RedShade, JESPA\n
|
||||
* Project Leader : NoNameNo\n
|
||||
* Documentation : Crayon, BlueChip\n
|
||||
* Lead Coder : NoNameNo\n
|
||||
* Support Coders : Crayon, Xane, DragonMinded, BlueChip\n
|
||||
* Advisors : RedShade, JESPA\n
|
||||
*
|
||||
* @section Licence
|
||||
* Copyright (c) 2009 The GRRLIB Team
|
||||
*
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB__inline.h
|
||||
* GRRLIB inline functions.
|
||||
* GRRLIB inline function prototypes.
|
||||
*/
|
||||
|
||||
#ifndef __GRRLIB_H__
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB__lib.h
|
||||
* GRRLIB library functions.
|
||||
* GRRLIB library function prototypes.
|
||||
*/
|
||||
|
||||
#ifndef __GRRLIB_H__
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_cExtn.h
|
||||
*
|
||||
* Inline functions to offer additional C primitives.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_clipping.h
|
||||
*
|
||||
* Inline functions to control clipping.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_collision.h
|
||||
*
|
||||
* Inline functions for collision detection.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_fbComplex.h
|
||||
*
|
||||
* Inline functions for complex (N-point) shape drawing.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_fbGX.h
|
||||
*
|
||||
* Inline functions for interfacing directly to the GX Engine.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_fbSimple.h
|
||||
*
|
||||
* Inline functions for primitive point and line drawing.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_handle.h
|
||||
*
|
||||
* Inline functions for manipulating texture handles.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_pixel.h
|
||||
*
|
||||
* Inline functions for manipulating pixels in textures.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_settings.h
|
||||
*
|
||||
* Inline functions for configuring the GRRLIB settings.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -22,7 +22,7 @@ THE SOFTWARE.
|
|||
|
||||
/**
|
||||
* @file GRRLIB_texSetup.h
|
||||
*
|
||||
* Inline functions for the basic manipulation of textures.
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
|
|
Loading…
Reference in a new issue