Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed doxygen markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Jul 14, 2011
1 parent bd7fa44 commit e6e2372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test-automation/plain_logger.h
Expand Up @@ -21,6 +21,7 @@ void PlainRunStarted(int parameterCount, char *runnerParameters[], time_t eventT
* \param testCount How many tests were executed in total
* \param suiteCount How many suite were executed 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 endTime When the execution ended
* \param totalRuntime How long the execution took
Expand Down
1 change: 1 addition & 0 deletions test/test-automation/xml_logger.h
Expand Up @@ -20,6 +20,7 @@ void XMLRunStarted(int parameterCount, char *runnerParameters[], time_t eventTim
* \param suiteCount How many suite were executed in total
* \param testPassCount How many tests passed 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 totalRuntime How long the execution took
*/
Expand Down

0 comments on commit e6e2372

Please sign in to comment.