Commit 0897dcc5 authored by Markus Kauppila's avatar Markus Kauppila

Fixed doxygen markup.

parent c003533b
...@@ -55,8 +55,6 @@ typedef struct TestCaseReference { ...@@ -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();
......
...@@ -14,6 +14,7 @@ static int indentLevel; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment