cgal/Manual_tools/src
Laurent Rineau 7744529877 update bibtex files in manual tools too 2012-07-24 12:03:09 +00:00
..
latex_converter_config update bibtex files in manual tools too 2012-07-24 12:03:09 +00:00
INSTALLATION * \gtreqless is now defined. 2006-03-04 22:56:10 +00:00
Makefile Support for directory names with spaces (follow-up #1) 2011-06-24 12:09:12 +00:00
Makefile_depend Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
README better installation procedure 2006-03-01 20:05:41 +00:00
basic.cpp Add const. 2012-02-28 14:09:46 +00:00
basic.h Add const. 2012-02-28 14:09:46 +00:00
buffer.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
buffer.h
cc_anchor_filter.lex Revert the following revision, because it leads to many many warnings! 2009-01-09 10:29:14 +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 Use HTML code &rarr; instead of cc_index_arrow.gif in the index. 2008-12-27 20:33:51 +00:00
cc_remove_unwanted_links.lex
config.h bugfix: [cccbegin]someclass<K,bla>[cccend] can now be matched 2006-04-05 10:02:40 +00:00
cpp_formatting.cpp Fix HTML standard compliance 2011-10-18 10:43:06 +00:00
cpp_formatting.h
error.cpp typo 2010-08-31 21:22:15 +00:00
error.h Better diagnostic when a ccRef is open while the previous one is not yet 2009-07-07 14:00:25 +00:00
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 Fix the rel="canonical" link of several pages 2012-03-08 13:55:09 +00:00
internal_macros.h
latex_to_html Support for directory names with spaces (follow-up #1) 2011-06-24 12:16:37 +00:00
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 Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
macro_dictionary.h new feature for html: additional short table of contents 2006-05-03 20:18:50 +00:00
mstring.doc
mstring.h new feature: alphabetically sorted list of refpages 2006-04-07 23:13:44 +00:00
mstring.html
mstring_old.h
output.cpp Fix the rel="canonical" link of several pages 2012-03-08 13:55:09 +00:00
output.h Fix the rel="canonical" link of several pages 2012-03-08 13:55:09 +00:00
regex++.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
regex++.h * new feature: regular expressions (based on posix regex) 2006-04-11 22:08:32 +00:00
regex_dictionary.cpp Rename *.C to *.cpp. 2008-07-16 08:46:48 +00:00
regex_dictionary.h * new feature: regular expressions (based on posix regex) 2006-04-11 22:08:32 +00:00
string_conversion.cpp Simplify treatment of \textsc, since it's trivial to do with a CSS :-). 2009-01-08 23:39:16 +00:00
string_conversion.h Simplify treatment of \textsc, since it's trivial to do with a CSS :-). 2009-01-08 23:39: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