cgal/Manual_tools
Laurent Saboret c76930c46a generate_reference_manual version 1.3.1:
* Fixed incompatibility with variants of grep that do not support -P option (e.g. MacOS X)
* Fixed bug when processing "&&" string
* Fixed bug when a template class nested type is declared with template keyword
* Fixed bug in @commentheading
* Fixed bug in parameters parsing
* Fixed template declaration of nested template classes in \ccParameters section
* In the \ccParameters section, template parameters are now on a unique line to workaround a bug with typedef parameters types
* Added support of `' and '''' to emphasize words (besides "")
2010-06-20 17:41:44 +00:00
..
aspell Dictionnary updates. 2009-11-02 11:03:37 +00:00
doc_ps
doc_tex added PHD Arno Eigenwillig 2010-03-06 11:26:27 +00:00
example Remove buggy file. 2009-09-18 12:15:34 +00:00
image_makers
package_info/Manual_tools manual tools have no maintainer any more 2008-04-30 11:29:50 +00:00
scripts generate_reference_manual version 1.3.1: 2010-06-20 17:41:44 +00:00
src Add a new ccDebug environment, similar in use to ccAdvanced and ccDeprecated, 2010-01-29 16:18:35 +00:00
sty If no extension is used in \includegraphics, prefer PDF graphics over PNG 2010-03-22 15:53:01 +00:00
test/Manual_tools Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
CHANGES
INSTALLATION
README
TO_DO bug fix + feature request 2008-04-30 11:39:20 +00:00
dont_submit Attempt to have Manual_tools/doc_tex in the internal releases (just to see 2010-01-20 15:38:49 +00:00
install.config revert r30322 for install.config 2006-04-16 22:46:28 +00:00
install.sh Remove EPS files. 2009-09-18 13:19:55 +00:00
release_procedure

README

README for the Specification and Manual Writing Tools
       for C++ Reference Manuals
=========================================================
01.09.2005   Saarbruecken Andreas Meyer ameyer@mpi-inf.mpg.de
24.08.1999   Zurich       Lutz Kettner  kettner@acm.org
29.09.1999   Saarbruecken Susan Hert    hert@mpi-sb.mpg.de

This is the parent directory containing the cc_manual.sty and 
related tools used for writing C++ Reference Manuals. 
The directory structure is:

    README        this file.
    CHANGES       revision history
    INSTALLATION  how to install the style and the tools.

    doc_tex/      the reference manual.
    doc_ps/       precompiled version of the reference manuals.
    example/      an example of the (new) C++ reference pages.
    sty/          the LaTeX style files and a test document.

    scripts/      scripts around manual writing 
    src/          src for the extraction and checking tools.


Copyright (c) 1996,1997,1998,1999,2000,2001
Lutz Kettner, Susan Hert

Permission to use, copy, and distribute this software and its
documentation for non-comercial purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.  I make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

EOF