From a0ef32c1ec32a5f199bed2232aeb4ab89a4e884c Mon Sep 17 00:00:00 2001 From: CaS Date: Tue, 7 Aug 2001 11:34:59 +0000 Subject: [PATCH] Comitted tidied versions git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10668 72102866-910b-0410-8b05-ffd578937521 --- Documentation/gsdoc/GSMime.html | 2 +- Documentation/gsdoc/GSMimeParser.html | 37 ++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/Documentation/gsdoc/GSMime.html b/Documentation/gsdoc/GSMime.html index 06886f3cd..860d94ea6 100644 --- a/Documentation/gsdoc/GSMime.html +++ b/Documentation/gsdoc/GSMime.html @@ -43,7 +43,7 @@

The classes

diff --git a/Documentation/gsdoc/GSMimeParser.html b/Documentation/gsdoc/GSMimeParser.html index 78283ad9d..cf896f1da 100644 --- a/Documentation/gsdoc/GSMimeParser.html +++ b/Documentation/gsdoc/GSMimeParser.html @@ -27,6 +27,21 @@ an associated document into which data is stored.

+

+ + You supply the document to be parsed as one or more data + items passed to the Parse: method, and (if + the method always returns YES, you give it + a final nil argument to mark the end of the + document. +

+ +

+ + On completion of parsing a valid document, the + document method returns the resulting parsed document. +

+

Instance Variables