OSDN Git Service

modify comments
[ccunit/ccunit.git] / src / ccunit / CCUnitTestSuite.c
index 2f2a27e..8057086 100755 (executable)
 #include <ccunit/CCUnitTestSuite.h>
 #include <ccunit/CCUnitTestResult.h>
 
-/** @addtogroup CCUnitTestSuite
+/**
+ * @addtogroup CCUnitTestSuite
  * @{
  */
 
-/*
+/**
  * Runs the test cases and collects their result in a TestResult.
  * @param testSuite test suite.
  * @param result result container.
@@ -52,7 +53,7 @@ static void run (CCUnitTest* testSuite, CCUnitTestResult* result)
     }
 }
 
-/*
+/**
  * destruct test suite.
  * @param test destruct object.
  */