(1) Files in this directory:

 => cunit.tar.gz

  Tool for program testing
  As root, in  your machine, install it under
           /usr/local/share
  with:
           $ tar -zxf cunit.tar.gz


 => natnum.dox
  Main page for Doxygen documentation of C implementation for natnum

 => peano.c, peano.h 
  The sources for C implementation of natnum

 => peanotest.c

  The source for automated testing (using CUnit) of C implementation of natnum

 => Doxyfile

  Configuration file for generating documentation, using Doxygen

  Automatically produced by doxywizard 

 => Makefile

  Makefile for C implementation

 => html
  
  Directory with html documentation (doxygen generated). Point to

       html/index.html

 => latex
  
  Directory with latex documentation (doxygen generated): can be used for 
producing hard copies
  

(2) using Doxygen

 1- installation

 From rpm packages:
    doxygen-1.2.14-8.i386.rpm
    doxygen-doxywizard-1.2.14-8.i386.rpm

 2- configuration file

    generated by 
      $ doxywizard 

 3- generating documents

    generated by
       $ doxygen Doxyfile


 4- documentation for doxygen in

     /usr/share/doc/doxygen-1.2.14/html/index.html
