cgal/Manual
Sylvain Pion 8eab7e07dd Split <CGAL/assertions.h> in 2 files, by moving the assertion behaviour
changing functions to a separate header, not included by default
(<CGAL/assertions_behaviour.h>).  The motivation is to hide the enum
values with risky names (ABORT, EXIT, CONTINUE) to a header file which
is most probably not used by any user (or very few).
(breaks backward compatibility for an expected very few, for the sake
of erasing random surprises for "many" ?)
2008-11-21 16:42:02 +00:00
..
developer_scripts Fix an incorrect html syntax. 2008-11-06 15:13:28 +00:00
doc_tex Split <CGAL/assertions.h> in 2 files, by moving the assertion behaviour 2008-11-21 16:42:02 +00:00
INSTALL Update documentation after switch to SVN/GForge 2006-02-28 10:41:02 +00:00
README Move packages to trunk root 2006-02-14 08:58:16 +00:00
TO_DO Move packages to trunk root 2006-02-14 08:58:16 +00:00
dont_submit remove changes.txt from dont_submit 2007-12-03 18:21:55 +00:00

README

========================================================================
Contents of the directory
========================================================================

This directory contains:
   README          -- this file
   INSTALL         -- directions for how to INSTALL this package in order
                      to create the manuals and run the tests

   doc_tex/        -- directory containing the main tex files for the 
                      manuals (the "driver"), i.e., those files not 
                      submitted with packages but needed to create the manual.
   developer_scripts/ 
                   -- directory of scripts used for creating the manual


========================================================================