From b47bbb99d13ac15ca1522f89386db1fb22104a55 Mon Sep 17 00:00:00 2001 From: pjrm Date: Tue, 7 Apr 2009 08:16:30 +0000 Subject: [PATCH] doc --- src/document.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/document.h b/src/document.h index 0cb08e593..696e568ad 100644 --- a/src/document.h +++ b/src/document.h @@ -88,9 +88,9 @@ struct SPDocument : public Inkscape::GC::Managed<>, SPObject *root; ///< Our SPRoot CRCascade *style_cascade; - gchar *uri; ///< URI string or NULL - gchar *base; - gchar *name; + gchar *uri; ///< A filename (not a URI yet), or NULL + gchar *base; ///< To be used for resolving relative hrefs. + gchar *name; ///< basename(uri) or other human-readable label for the document. SPDocumentPrivate *priv; -- 2.30.2