From f66cf6fae87df12737aeb3aa3387066ec91c2ffb Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Sun, 14 Sep 2003 18:54:22 +0000 Subject: [PATCH] moved mainpage comment to doc/mainpage.dox --- src/ccunit/CCUnit.h | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/ccunit/CCUnit.h b/src/ccunit/CCUnit.h index b219b69..33eb4dd 100644 --- a/src/ccunit/CCUnit.h +++ b/src/ccunit/CCUnit.h @@ -41,28 +41,4 @@ #include #include -/** @mainpage - -CCUnit is a simple framework to write repeatable tests with C language. - -@section Installation - -Below are the installation steps for installing CCUnit: - -
    -
  1. expand the archive file.
  2. -
  3. cd to expanded dir.
  4. -
  5. run the `./configure' file.
  6. -
  7. type make to create ccunit library.
  8. -
  9. type make install to install.
  10. -
- -@section Lincense - -This library is released under the GNU -Lesser General Public License. - -*/ - #endif -- 2.11.0