[CHG] Fixed a problem with the documentation (introduced in r327)

This commit is contained in:
Crayon2000 2010-03-11 14:12:55 +00:00
parent 293e965965
commit 30ef11837d
11 changed files with 22 additions and 12 deletions

View file

@ -22,11 +22,11 @@ THE SOFTWARE.
/** /**
* @file GRRLIB.h * @file GRRLIB.h
* GRRLIB user include file * GRRLIB user include file.
*/ */
/** /**
* @defgroup AllFunc Everything in GRRLIB * @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. * You simply need to include grrlib.h in your project to have access to all of these.
* @{ * @{
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_cExtn.h
* Inline functions to offer additional C primitives. * Inline functions to offer additional C primitives.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_clipping.h
* Inline functions to control clipping. * Inline functions to control clipping.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_collision.h
* Inline functions for collision detection. * Inline functions for collision detection.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_fbComplex.h
* Inline functions for complex (N-point) shape drawing. * Inline functions for complex (N-point) shape drawing.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_fbGX.h
* Inline functions for interfacing directly to the GX Engine. * Inline functions for interfacing directly to the GX Engine.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_fbSimple.h
* Inline functions for primitive point and line drawing. * Inline functions for primitive point and line drawing.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_handle.h
* Inline functions for manipulating texture handles. * Inline functions for manipulating texture handles.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_pixel.h
* Inline functions for manipulating pixels in textures. * Inline functions for manipulating pixels in textures.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_settings.h
* Inline functions for configuring the GRRLIB settings. * Inline functions for configuring the GRRLIB settings.
*/ */

View file

@ -20,7 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
/** /*
* @file GRRLIB_texSetup.h
* Inline functions for the basic manipulation of textures. * Inline functions for the basic manipulation of textures.
*/ */