From fdee9feede0642992b3a4e21ce823085ce477742 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 28 Jul 2008 14:03:06 +0000 Subject: [PATCH] Minor changes. --- globals.h | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/globals.h b/globals.h index 5533cdc5..acf8915e 100644 --- a/globals.h +++ b/globals.h @@ -47,24 +47,20 @@ * Overall macros *****************************************************************************/ -/** - Helper macro for EC_STR(), literates a macro argument. - \param X argument to literate. -*/ - +/** Helper macro for EC_STR(), literates a macro argument. + * + * \param X argument to literate. + */ #define EC_LIT(X) #X -/** - Converts a macro argument to a string. - \param X argument to stringify. -*/ - +/** Converts a macro argument to a string. + * + * \param X argument to stringify. + */ #define EC_STR(X) EC_LIT(X) -/** - Master version string -*/ - +/** Master version string + */ #define EC_MASTER_VERSION VERSION " " BRANCH " r" EC_STR(SVNREV) /*****************************************************************************/