Commit 254a8168 authored by Markus Kauppila's avatar Markus Kauppila

Fixed doxygen markup.

parent cc700016
...@@ -21,6 +21,7 @@ void PlainRunStarted(int parameterCount, char *runnerParameters[], time_t eventT ...@@ -21,6 +21,7 @@ void PlainRunStarted(int parameterCount, char *runnerParameters[], time_t eventT
* \param testCount How many tests were executed in total * \param testCount How many tests were executed in total
* \param suiteCount How many suite were executed in total * \param suiteCount How many suite were executed in total
* \param testPassCount How many tests passed in total * \param testPassCount How many tests passed in total
* \param testSkippedCount How many tests were skipped in total
* \param testFailCount How many tests failed in total * \param testFailCount How many tests failed in total
* \param endTime When the execution ended * \param endTime When the execution ended
* \param totalRuntime How long the execution took * \param totalRuntime How long the execution took
......
...@@ -20,6 +20,7 @@ void XMLRunStarted(int parameterCount, char *runnerParameters[], time_t eventTim ...@@ -20,6 +20,7 @@ void XMLRunStarted(int parameterCount, char *runnerParameters[], time_t eventTim
* \param suiteCount How many suite were executed in total * \param suiteCount How many suite were executed in total
* \param testPassCount How many tests passed in total * \param testPassCount How many tests passed in total
* \param testFailCount How many tests failed in total * \param testFailCount How many tests failed in total
* \param testSkippedCount How many tests were skipped in total
* \param endTime When the execution ended * \param endTime When the execution ended
* \param totalRuntime How long the execution took * \param totalRuntime How long the execution took
*/ */
......
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