diff --git a/test/test-automation/SDL_test.h b/test/test-automation/SDL_test.h index c69a87530..d20d69ea5 100644 --- a/test/test-automation/SDL_test.h +++ b/test/test-automation/SDL_test.h @@ -55,8 +55,6 @@ typedef struct TestCaseReference { * Initialized the test case. Must be called at * the beginning of every test case, before doing * anything else. - * - * \param enableXMLLogging Whether or not enable xml logging */ void _TestCaseInit(); diff --git a/test/test-automation/plain_logger.c b/test/test-automation/plain_logger.c index 6373bc632..c1868ea52 100644 --- a/test/test-automation/plain_logger.c +++ b/test/test-automation/plain_logger.c @@ -14,6 +14,7 @@ static int indentLevel; /*! * Prints out the output of the logger * + * \param currentIdentLevel The currently used indentation level * \param message The message to be printed out */ int