Fixed doxygen markup.
This commit is contained in:
parent
c003533b11
commit
0897dcc54e
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
/*!
|
/*!
|
||||||
* 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue