mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-24 15:52:20 +00:00
[CHG] Don't need to double "#" for doxygen documentation
This commit is contained in:
parent
289b720df3
commit
aa2a0219e3
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ THE SOFTWARE.
|
||||||
/**
|
/**
|
||||||
* Version information for GRRLIB.
|
* Version information for GRRLIB.
|
||||||
*/
|
*/
|
||||||
#define GRRLIB_VER_STRING "4.3.2 alpha"
|
#define GRRLIB_VER_STRING "4.3.2 beta"
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
// Includes
|
// Includes
|
||||||
|
@ -220,7 +220,7 @@ GRR_EXTERN u32 fb GRR_INIT(0);
|
||||||
* @section Links
|
* @section Links
|
||||||
* Forum: http://grrlib.santo.fr/forum\n
|
* Forum: http://grrlib.santo.fr/forum\n
|
||||||
* Code: http://code.google.com/p/grrlib\n
|
* Code: http://code.google.com/p/grrlib\n
|
||||||
* IRC: <a href="irc://irc.efnet.net/grrlib">##GRRLIB</a> on EFnet
|
* IRC: <a href="irc://irc.efnet.net/grrlib">#GRRLIB</a> on EFnet
|
||||||
*
|
*
|
||||||
* @section Credits
|
* @section Credits
|
||||||
* Project Leader : NoNameNo\n
|
* Project Leader : NoNameNo\n
|
||||||
|
|
|
@ -31,7 +31,7 @@ PROJECT_NAME = GRRLIB
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# 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
|
# 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
|
# for a project that appears at the top of each page and should give viewer
|
||||||
|
|
Loading…
Reference in a new issue