cgal/Manual_tools/scripts
Laurent Saboret bd99461796 generate_reference_manual 1.3:
* Fixed bug #7515: removed "[protected]", "[static]" and "[virtual]" comments.

* Fixed bug: does not remove anymore EOLs in methods/functions description.

* Fixed bug: fixed vertical alignment in methods/functions description.

* Reduced left margin of free functions description.
Note: has to be done manually on classes/structs/concepts to get a pretty alignment of types, constructors and methods.
2009-06-11 07:53:24 +00:00
..
generate_reference_manual generate_reference_manual 1.3: 2009-06-11 07:53:24 +00:00
README
cc_make_ref_pages
cc_ref_wizard
cc_ref_wizard_rc
index_fix
tex2doxy

README

This is the directory containing small scripts around manual writing.
The directory structure is:

    README              this file.

    index_fix           a Perl script for postprocessing a .ind file generated
                        by makeindex.

    cc_ref_wizard       creates templates for reference pages.
    cc_ref_wizard_rc    example for a $HOME/.cc_ref_wizard_rc file.

    cc_make_ref_pages   creates a main.tex file for a reference
                        page directory.

The script cc_ref_wizard understands several environment variables and
it reads the config file '${HOME}/.cc_ref_wizard_rc' (in csh syntax).
See the script itself for more details.