From aa2a0219e3595bad8d3f0de092e3127959798974 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Tue, 4 Jan 2011 05:44:56 +0000 Subject: [PATCH] [CHG] Don't need to double "#" for doxygen documentation --- GRRLIB/GRRLIB/grrlib.h | 4 ++-- grrlib.doxygen | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 7ca7bb1..6e9db04 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -37,7 +37,7 @@ THE SOFTWARE. /** * Version information for GRRLIB. */ -#define GRRLIB_VER_STRING "4.3.2 alpha" +#define GRRLIB_VER_STRING "4.3.2 beta" //============================================================================== // Includes @@ -220,7 +220,7 @@ GRR_EXTERN u32 fb GRR_INIT(0); * @section Links * Forum: http://grrlib.santo.fr/forum\n * Code: http://code.google.com/p/grrlib\n - * IRC: ##GRRLIB on EFnet + * IRC: #GRRLIB on EFnet * * @section Credits * Project Leader : NoNameNo\n diff --git a/grrlib.doxygen b/grrlib.doxygen index 4cb0cf9..4aa17a8 100644 --- a/grrlib.doxygen +++ b/grrlib.doxygen @@ -31,7 +31,7 @@ PROJECT_NAME = GRRLIB # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "4.3.2 alpha" +PROJECT_NUMBER = "4.3.2 beta" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer