From 905a0bc4e7b506a54d029dec82118cd40480edbb Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Fri, 1 Jul 2011 13:29:19 +0300 Subject: [PATCH] Fixed doxygen markup error. --- test/test-automation/runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-automation/runner.c b/test/test-automation/runner.c index d39b19e9a..0b3362a35 100644 --- a/test/test-automation/runner.c +++ b/test/test-automation/runner.c @@ -330,7 +330,7 @@ ScanForTestSuites(char *directoryName, char *extension) /*! * Loads test suite which is implemented as dynamic library. * - * \param testSuiteName Name of the test suite which will be loaded + * \param suite Reference to test suite that'll be loaded * * \return Pointer to loaded test suite, or NULL if library could not be loaded */