OSDN Git Service

removed unused command
authortsutsumi <>
Fri, 24 Oct 2003 20:04:33 +0000 (20:04 +0000)
committertsutsumi <>
Fri, 24 Oct 2003 20:04:33 +0000 (20:04 +0000)
doc/cookbook.dox

index 7ddc1a0..c8b8bb0 100644 (file)
@@ -3,7 +3,6 @@
 /**
 @english
 @page cookbook CCUnit Cookbook
-@endif
 @japanese
 @page cookbook CCUnit ¥¯¥Ã¥¯¥Ö¥Ã¥¯
 @endif
@@ -16,14 +15,12 @@ Here is a short cookbook to help you get started.
 @~
 @english
 [see also <a href="../ja/cookbook.html">Japanese</a> documents]
-@endif
 @japanese
 [see also <a href="../../cookbook.html">English</a> documents]
 @endif
 
 @english
 @section simple_test_case Simple Test Case
-@endif
 @japanese
 @section simple_test_case ¥·¥ó¥×¥ë¤Ê¥Æ¥¹¥È¥±¡¼¥¹
 @endif
@@ -90,7 +87,6 @@ objects. To do this, use a fixture.
 
 @english
 @section fixture Fixture
-@endif
 @japanese
 @section fixture ¥Õ¥£¥¯¥¹¥Á¥ã
 @endif
@@ -224,7 +220,6 @@ Test Cases as you'd like.
 
 @english
 @section test_case Test Case
-@endif
 @japanese
 @section test_case ¥Æ¥¹¥È¥±¡¼¥¹
 @endif
@@ -298,7 +293,6 @@ Once you have several tests, organize them into a suite.
 
 @english
 @section suite Suite
-@endif
 @japanese
 @section suite ¥¹¥¤¡¼¥È
 @endif
@@ -382,7 +376,6 @@ result = ccunit_runTestSuite(suite, NULL);
 
 @english
 @section test_runner TestRunner
-@endif
 @japanese
 @section test_runner ¥Æ¥¹¥È¥é¥ó¥Ê¡¼
 @endif
@@ -498,7 +491,6 @@ If any fail, you'll get the following information:
 
 @english
 @section helper_macros Helper Tool
-@endif
 @japanese
 @section helper_macros ¥Ø¥ë¥Ñ¡¼¥Ä¡¼¥ë
 @endif
@@ -710,7 +702,6 @@ $
 
 @english
 @section post_build_check Post-build check
-@endif
 @japanese
 @section post_build_check ¥Ó¥ë¥É¸å¤Î¥Á¥§¥Ã¥¯
 @endif