cgal/Manual_tools/src
Ben Galehouse 7bc8e45f26 Added #include <stdlib.h> to make it compile on a gcc 4.3 system. 2008-08-22 19:40:47 +00:00
..
latex_converter_config Added call to \ccRefPageBegin and \ccRefPageEnd in cc_ref_wizard templates 2007-09-07 15:29:10 +00:00
INSTALLATION
Makefile Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
Makefile_depend Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
README
basic.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
basic.h added a shell extension 2007-03-27 16:15:28 +00:00
buffer.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
buffer.h
cc_anchor_filter.lex removed leftover debug output from cc_anchor_filter 2007-02-22 11:27:49 +00:00
cc_check
cc_check_include
cc_check_include_html
cc_extract_html.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
cc_extract_images.cpp Added #include <stdlib.h> to make it compile on a gcc 4.3 system. 2008-08-22 19:40:47 +00:00
cc_extract_images_lexer.lex new feature: images for package description page 2006-10-13 10:19:55 +00:00
cc_extract_include
cc_gif_creator
cc_index_link.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
cc_remove_unwanted_links.lex
config.h
cpp_formatting.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
cpp_formatting.h
error.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
error.h
input.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
input.h Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
internal_macros.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
internal_macros.h
latex_to_html acknowledging CGAL now finally integrated into the manual 2007-05-21 15:05:06 +00:00
lex_include_impl.h
lexer.h
lexer.lex now, the whole text after each \ccPrecond,\ccPostcond and \ccRequire 2007-03-01 13:43:33 +00:00
macro_dictionary.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
macro_dictionary.h
mstring.doc
mstring.h
mstring.html
mstring_old.h
output.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
output.h html bugfix: labels in/reference to packages.html working again 2007-05-18 16:47:50 +00:00
regex++.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
regex++.h
regex_dictionary.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
regex_dictionary.h
string_conversion.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
string_conversion.h encode backslash "\" as "&#92;" in html output. this should 2007-04-19 15:08:16 +00:00
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