OSDN Git Service

# fix typo
[ccunit/ccunit.git] / doc / cookbook.dox
index c8b8bb0..9053d00 100644 (file)
@@ -163,10 +163,10 @@ When you have a common fixture, here is what you do:
     ¹½Â¤ÂΤ˥á¥â¥ê¤ò³ä¤êÅö¤Æ¤Þ¤¹
 </li>
 <li>@~english
-    Add @link GGUnitTestCase TestCase @endlink objects to fixture object
+    Add @link CCUnitTestCase TestCase @endlink objects to fixture object
     @~japanese
-    @link CCUnitTestCase TestCase @endlink
-    ¥ª¥Ö¥¸¥§¥¯¥È¤ò@link CCUnitTestFixture TestFixture @endlink
+    @link CCUnitTestCase TestCase @endlink ¥ª¥Ö¥¸¥§¥¯¥È¤ò
+    @link CCUnitTestFixture TestFixture @endlink
     ¥Õ¥£¥¯¥¹¥Á¥ã¥ª¥Ö¥¸¥§¥¯¥È¤ËÅÐÏ¿¤·¤Þ¤¹¡£
 </li>
 </ol>
@@ -282,14 +282,12 @@ display the results.
 Ä̾ï¤Ï @link ExecutingTest TestRunner @endlink
 (@ref test_runner ¸å½Ò)
 ¤Ç·ë²Ì¤òɽ¼¨¤·¤Þ¤¹¡£
-@~
 
 @~english
 Once you have several tests, organize them into a suite.
 @~japanese
 °ìÅÙ¤¤¤¯¤Ä¤«¤Î¥Æ¥¹¥È¤òºî¤Ã¤¿¤é¡¢
 ¤½¤ì¤é¤ò¥¹¥¤¡¼¥È¤ËÀ°Íý¤·¤Þ¤¹¡£
-@~
 
 @english
 @section suite Suite