cgal/Old_Packages/Manual_tools.orig/src
Sylvain Pion 4ec9978544 Initial revision 2001-08-27 17:59:45 +00:00
..
latex_converter_config Initial revision 2001-08-27 17:59:45 +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 Initial revision 2001-08-27 17:59:45 +00:00
Makefile Initial revision 2001-08-27 17:59:45 +00:00
Makefile_depend Initial revision 2001-08-27 17:59:45 +00:00
README Initial revision 2001-08-27 17:59:45 +00:00
basic.C Initial revision 2001-08-27 17:59:45 +00:00
basic.h Initial revision 2001-08-27 17:59:45 +00:00
buffer.C Initial revision 2001-08-27 17:59:45 +00:00
buffer.h Initial revision 2001-08-27 17:59:45 +00:00
cc_build_checker.C Initial revision 2001-08-27 17:59:45 +00:00
cc_check Initial revision 2001-08-27 17:59:45 +00:00
cc_check_include Initial revision 2001-08-27 17:59:45 +00:00
cc_check_include_html Initial revision 2001-08-27 17:59:45 +00:00
cc_extract.C Initial revision 2001-08-27 17:59:45 +00:00
cc_extract_html.C Initial revision 2001-08-27 17:59:45 +00:00
cc_extract_images.C Initial revision 2001-08-27 17:59:45 +00:00
cc_extract_include Initial revision 2001-08-27 17:59:45 +00:00
cc_gif_creator Initial revision 2001-08-27 17:59:45 +00:00
cc_index_sort.c Initial revision 2001-08-27 17:59:45 +00:00
cc_manual_to_html Initial revision 2001-08-27 17:59:45 +00:00
cc_manual_to_html_w_parts Initial revision 2001-08-27 17:59:45 +00:00
cc_patch_anchor_filter Initial revision 2001-08-27 17:59:45 +00:00
cc_patch_anchor_pages Initial revision 2001-08-27 17:59:45 +00:00
cc_patch_anchor_toc_index Initial revision 2001-08-27 17:59:45 +00:00
cc_remove_unwanted_links Initial revision 2001-08-27 17:59:45 +00:00
cc_unique.c Initial revision 2001-08-27 17:59:45 +00:00
config.h Initial revision 2001-08-27 17:59:45 +00:00
cpp_formatting.C Initial revision 2001-08-27 17:59:45 +00:00
cpp_formatting.h Initial revision 2001-08-27 17:59:45 +00:00
extract_lex.yy Initial revision 2001-08-27 17:59:45 +00:00
extract_syntax.y Initial revision 2001-08-27 17:59:45 +00:00
html_config.h Initial revision 2001-08-27 17:59:45 +00:00
html_error.C Initial revision 2001-08-27 17:59:45 +00:00
html_error.h Initial revision 2001-08-27 17:59:45 +00:00
html_lex.h Initial revision 2001-08-27 17:59:45 +00:00
html_lex.yy Initial revision 2001-08-27 17:59:45 +00:00
html_syntax.h Initial revision 2001-08-27 17:59:45 +00:00
html_syntax.y Initial revision 2001-08-27 17:59:45 +00:00
internal_macros.C Initial revision 2001-08-27 17:59:45 +00:00
internal_macros.h Initial revision 2001-08-27 17:59:45 +00:00
lex_include.h Initial revision 2001-08-27 17:59:45 +00:00
lex_include_impl.h Initial revision 2001-08-27 17:59:45 +00:00
macro_dictionary.C Initial revision 2001-08-27 17:59:45 +00:00
macro_dictionary.h Initial revision 2001-08-27 17:59:45 +00:00
mstring.doc Initial revision 2001-08-27 17:59:45 +00:00
mstring.h Initial revision 2001-08-27 17:59:45 +00:00
mstring.html Initial revision 2001-08-27 17:59:45 +00:00
mstring_old.h Initial revision 2001-08-27 17:59:45 +00:00
output.C Initial revision 2001-08-27 17:59:45 +00:00
output.h Initial revision 2001-08-27 17:59:45 +00:00
string_conversion.C Initial revision 2001-08-27 17:59:45 +00:00
string_conversion.h Initial revision 2001-08-27 17:59:45 +00:00

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