OSDN Git Service

moved mainpage comment to doc/mainpage.dox
authortsutsumi <>
Sun, 14 Sep 2003 18:54:22 +0000 (18:54 +0000)
committertsutsumi <>
Sun, 14 Sep 2003 18:54:22 +0000 (18:54 +0000)
src/ccunit/CCUnit.h

index b219b69..33eb4dd 100644 (file)
 #include <ccunit/CCUnitLogMessage.h>
 #include <ccunit/CCUnitMakeSuite.h>
 
-/** @mainpage
-
-CCUnit is a simple framework to write repeatable tests with C language.
-
-@section Installation
-
-Below are the installation steps for installing CCUnit:
-
-<ol>
-<li>expand the archive file.</li>
-<li>cd to expanded dir.</li>
-<li>run the `<code>./configure</code>' file.</li>
-<li>type <code>make</code> to create ccunit library. </li>
-<li>type <code>make install</code> to install.</li>
-</ol>
-
-@section Lincense
-
-This library is released under the GNU
-<a href="http://www.gnu.org/copyleft/lesser.html"
->Lesser General Public License</a>.
-
-*/
-
 #endif