OSDN Git Service

modified document tags
authortsutsumi <>
Sun, 28 Sep 2003 17:41:02 +0000 (17:41 +0000)
committertsutsumi <>
Sun, 28 Sep 2003 17:41:02 +0000 (17:41 +0000)
src/ccunit/CCUnitAssert.c
src/ccunit/CCUnitTestRunner.c
src/tools/ccunit_makeSuite.c

index 7004716..0e53576 100644 (file)
@@ -50,7 +50,7 @@ void ccunit_assert (const char* file, unsigned int line,
 }
 
 /**
- * @defgroup CCUnitValueToString ToString
+ * @defgroup CCUnitValueToString Convert value to string
  * Make value to string.
  * @{
  */
@@ -80,7 +80,7 @@ const char* _ccunit_assert_format_u_quad_t = "%llu";
 #endif
 /** @} */
 
-/** @name DEF_VALUE_TO_STRING
+/** @name Value to string definitions
  * Make value to string.
  * @param TYP type of value.
  * @param CAPACITY string size.
@@ -137,7 +137,7 @@ DEF_VALUE_TO_STRING(_ccunit_ptr_t, 24);
  */
 
 /**
- * @name AssertTest
+ * @name Assert test type
  * @{
  * Assert test function.
  * @param TYP type of test value.
index d99a1b6..10f1bd2 100644 (file)
@@ -37,7 +37,7 @@
 /**
  * receive startTest notification.
  * @param listener notification listener.
- * @param fixture starting test fixture
+ * @param test starting test case
  */
 static void startTest (CCUnitTestListener* listener, CCUnitTestCase* test)
 {
@@ -48,7 +48,7 @@ static void startTest (CCUnitTestListener* listener, CCUnitTestCase* test)
 /**
  * receive endTest notification.
  * @param listener notification listener.
- * @param fixture end test fixture
+ * @param test ended test case
  */
 static void endTest (CCUnitTestListener* listener, CCUnitTestCase* test)
 {
index 59d60e8..fe203a7 100644 (file)
@@ -28,7 +28,7 @@
 #include <ccunit/CCUnit.h>
 
 /** @ingroup CCUnitMakeSuite
- * @defgroup CreatingTestSuiteTool Creating test suite tool
+ * @defgroup CreatingTestSuiteTool Creating test suite tool ccunit_makeSuite
  *
  * Generate a source code to creating test suite.
  *