From b47b88a0e9908f2cfda5167cb0f67df74c5e0d67 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Sun, 28 Aug 2011 22:27:26 +0300 Subject: [PATCH] Fixed an error in doxygen markup. --- test/test-automation/include/SDL_test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-automation/include/SDL_test.h b/test/test-automation/include/SDL_test.h index 85a4ddf16..4f3b6f02e 100644 --- a/test/test-automation/include/SDL_test.h +++ b/test/test-automation/include/SDL_test.h @@ -68,6 +68,7 @@ typedef struct TestCaseReference { * the beginning of every test case, before doing anything else. * * \param execKey Execution key for the test + * \param inproc Whether tests are run in-process or not */ void _InitTestEnvironment(Uint64 execKey, SDL_bool inproc);