Fixed doxygen tags in header file documentation comments.

This commit is contained in:
Philipp Wiesemann 2014-11-23 20:46:34 +01:00
parent 8aba104f96
commit d38aa0a103
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);