Fixed doxygen markup.

This commit is contained in:
Markus Kauppila 2011-07-06 17:05:07 +03:00
parent c003533b11
commit 0897dcc54e
2 changed files with 1 additions and 2 deletions

View file

@ -55,8 +55,6 @@ typedef struct TestCaseReference {
* Initialized the test case. Must be called at * Initialized the test case. Must be called at
* the beginning of every test case, before doing * the beginning of every test case, before doing
* anything else. * anything else.
*
* \param enableXMLLogging Whether or not enable xml logging
*/ */
void _TestCaseInit(); void _TestCaseInit();

View file

@ -14,6 +14,7 @@ static int indentLevel;
/*! /*!
* Prints out the output of the logger * Prints out the output of the logger
* *
* \param currentIdentLevel The currently used indentation level
* \param message The message to be printed out * \param message The message to be printed out
*/ */
int int