cgal/Packages/Manual_tools/src
Susan Hert b6b3aac046 added HTML at top of generated pages
put hash function for strings in namespace std::
replace commas in file names with underscores
2002-05-13 09:32:57 +00:00
..
latex_converter_config added HTML at top of generated pages 2002-05-13 09:32:57 +00:00
test Initial revision 2001-08-27 17:59:45 +00:00
test_html Initial revision 2001-08-27 17:59:45 +00:00
INSTALLATION *** empty log message *** 2001-08-20 07:56:37 +00:00
Makefile
Makefile_depend
Makefile_include
README
basic.C *** empty log message *** 2001-08-20 07:56:37 +00:00
basic.h
buffer.C
buffer.h use buf.begin() instead of 0, which isn't an iterator 2002-05-13 09:31:50 +00:00
cc_build_checker.C
cc_check
cc_check_include
cc_check_include_html
cc_extract.C
cc_extract_html.C *** empty log message *** 2001-08-20 07:56:37 +00:00
cc_extract_images.C
cc_extract_include
cc_gif_creator
cc_index_sort.c
cc_manual_to_html *** empty log message *** 2001-08-20 07:56:37 +00:00
cc_manual_to_html_w_parts Initial revision 2001-08-27 17:59:45 +00:00
cc_patch_anchor_filter
cc_patch_anchor_pages
cc_patch_anchor_toc_index
cc_remove_unwanted_links
cc_unique.c
config.h
cpp_formatting.C
cpp_formatting.h
extract_lex.yy
extract_syntax.y
html_config.h
html_error.C
html_error.h
html_lex.h *** empty log message *** 2001-08-20 07:56:37 +00:00
html_lex.yy *** empty log message *** 2001-08-20 07:56:37 +00:00
html_syntax.h
html_syntax.y *** empty log message *** 2001-08-20 07:56:37 +00:00
internal_macros.C *** empty log message *** 2001-08-20 07:56:37 +00:00
internal_macros.h *** empty log message *** 2001-08-20 07:56:37 +00:00
lex_include.h
lex_include_impl.h
macro_dictionary.C
macro_dictionary.h
mstring.doc
mstring.h added HTML at top of generated pages 2002-05-13 09:32:57 +00:00
mstring.html
mstring_old.h
output.C
output.h
string_conversion.C added HTML at top of generated pages 2002-05-13 09:32:57 +00:00
string_conversion.h

README

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

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.

    RCS/                      revision controlled files.
    latex_converter_config/   configuration files for the LaTeX converter.
    test/                     test suite.
    test_html/                conversion example using multiple directories.

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

EOF