OSDN Git Service

modify comments
[ccunit/ccunit.git] / src / ccunit / CCUnitTestFixture.c
index f00707d..86abe1f 100644 (file)
 #include <setjmp.h>
 
 /**
- * run tests exception.
+ * run tests exception environment.
  */
 jmp_buf _ccunit_runTest_env;
 
 /**
- * run tests exception
+ * run tests exception.
  */
 CCUnitTestFailure* _ccunit_testFailure;
 
@@ -67,7 +67,7 @@ CCUnitTestCase* ccunit_addNewTestCase (CCUnitTestFixture* fixture,
   return c;
 }
 
-/*
+/**
  * Runs the bare test sequence.
  *
  * @return failure