From b9caaa8e4b66817dbc66d0e79b567b3285869fea Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 7 Feb 2004 19:31:13 +0000 Subject: Deleted file --- html/components.html | 72 ---------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 html/components.html (limited to 'html/components.html') diff --git a/html/components.html b/html/components.html deleted file mode 100644 index 6d6a73a2..00000000 --- a/html/components.html +++ /dev/null @@ -1,72 +0,0 @@ - - -
As part of the Proof General project, some components have been -developed which might be useful in a wider context. They are -presented on this page. -
- -As usual with free software, these programs -come with no guarantees of any sort. -Nonetheless, please contact us with -any comments, suggestions, or problems. -
- --Spans are an abstraction of XEmacs extents used to help -bridge the gulf between GNU Emacs and XEmacs. In GNU Emacs, spans are -implemented using overlays. -
--The library consists of three Emacs lisp files, -
-See the files for further documentation, and -section 12.1 -of the Proof General adapting manual -for more details. -
- - --This package generates Texinfo source -fragments from Emacs - -documentation strings which are embedded in Emacs lisp source and the -running interpreter. This avoids documenting functions -and variables in more than one place, and automatically adds Texinfo -markup to docstrings. It's a bit like javadoc for Emacs -Lisp, except that you must write a skeleton texi file which -contains magic comments mentioning the function or variable names you -want documented.
The package consists of one file:
which contains documentation and usage hints. For an extensive -example of it's use, see the source for the PG adapting manual. - -