Fixed doxygen tags in header file documentation comments.

This commit is contained in:
Philipp Wiesemann
2014-11-23 20:46:34 +01:00
parent c0165972c3
commit 43e5c9ee00
3 changed files with 22 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ extern "C" {
/**
* Initializes the fuzzer for a test
*
* /param execKey Execution "Key" that initializes the random number generator uniquely for the test.
* \param execKey Execution "Key" that initializes the random number generator uniquely for the test.
*
*/
void SDLTest_FuzzerInit(Uint64 execKey);