Commit b47b88a0 authored by Markus Kauppila's avatar Markus Kauppila

Fixed an error in doxygen markup.

parent 967992d4
...@@ -68,6 +68,7 @@ typedef struct TestCaseReference { ...@@ -68,6 +68,7 @@ typedef struct TestCaseReference {
* the beginning of every test case, before doing anything else. * the beginning of every test case, before doing anything else.
* *
* \param execKey Execution key for the test * \param execKey Execution key for the test
* \param inproc Whether tests are run in-process or not
*/ */
void _InitTestEnvironment(Uint64 execKey, SDL_bool inproc); void _InitTestEnvironment(Uint64 execKey, SDL_bool inproc);
......
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