cgal/Manual_tools/src
Laurent Rineau 805ebd9492 Do not remove trailing const in the manual, so that one can document when a
method is const or not (in concepts it is very important).
2010-11-25 15:56:05 +00:00
..
latex_converter_config Do not remove trailing const in the manual, so that one can document when a 2010-11-25 15:56:05 +00:00
INSTALLATION
Makefile
Makefile_depend
README
basic.cpp add missing include for gcc-4.4 2010-10-12 14:53:02 +00:00
basic.h
buffer.cpp
buffer.h
cc_anchor_filter.lex
cc_check
cc_check_include
cc_check_include_html
cc_extract_html.cpp
cc_extract_images.cpp
cc_extract_images_lexer.lex
cc_extract_include
cc_gif_creator
cc_index_link.cpp
cc_remove_unwanted_links.lex
config.h
cpp_formatting.cpp
cpp_formatting.h
error.cpp typo 2010-08-31 21:22:15 +00:00
error.h
input.cpp
input.h
internal_macros.cpp
internal_macros.h
latex_to_html
lex_include_impl.h
lexer.h
lexer.lex Add \url LaTeX command in latex_to_html, in path.sty 2010-09-02 21:40:57 +00:00
macro_dictionary.cpp
macro_dictionary.h
mstring.doc
mstring.h
mstring.html
mstring_old.h
output.cpp
output.h
regex++.cpp
regex++.h
regex_dictionary.cpp
regex_dictionary.h
string_conversion.cpp
string_conversion.h
syntax.h
syntax.y

README

This is the directory containing the tools for extracting the
C++ declarations from a specification, to check the specification
against an implementation, and the converter to HTML.
The directory structure is:

    README                    this file.
    INSTALLATION              installation instructions.

    latex_converter_config/   configuration files for the LaTeX converter.

See also the file INSTALLATION in the parent directory for how to
install the complete distribution.

EOF