summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 12:04:53 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-07-11 12:04:53 +0000
commitdd70fd3e9d5f5ec934a2bcaa5ed80551bc49a83f (patch)
treef537a01128e77c3bb43e259a135ab0a65b42c812 /docs
parent336c906688a1fa54b2d5ee3c16a584f366ebbb9a (diff)
docs: Minor fixes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@587 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.qbk10
-rw-r--r--docs/manual.xsl2
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk
index 5b7b5f9..1d55cea 100644
--- a/docs/manual.qbk
+++ b/docs/manual.qbk
@@ -21,7 +21,7 @@ pugixml is a light-weight C++ XML processing library. It consists of a DOM-like
pugixml enables very fast, convenient and memory-efficient XML document processing. However, since pugixml has a DOM parser, it can't process XML documents that do not fit in memory; also the parser is a non-validating one, so if you need DTD/Schema validation, the library is not for you.
-This is the complete user manual for pugixml, which describes all features of the library in detail. If you want to start writing code as quickly as possible, you are advised to [@quickstart.html read the quick start guide first].
+This is the complete manual for pugixml, which describes all features of the library in detail. If you want to start writing code as quickly as possible, you are advised to [@quickstart.html read the quick start guide first].
[note No documentation is perfect, neither is this one. If you encounter a description that is unclear, please file an issue as described in [sref manual.overview.feedback]. Also if you can spare the time for a full proof-reading, including spelling and grammar, that would be great! Please [link email send me an e-mail]; as a token of appreciation, your name will be included into the [link manual.overview.thanks corresponding section] of this documentation.]
@@ -102,7 +102,7 @@ You can download the latest source distribution via one of the following links:
[@http://pugixml.googlecode.com/files/pugixml-0.9.tar.gz]
]
-The distribution contains library source, documentation (the user manual you're reading now and the quick start guide) and some code examples. After downloading the distribution, install pugixml by extracting all files from the compressed archive.
+The distribution contains library source, documentation (the manual you're reading now and the quick start guide) and some code examples. After downloading the distribution, install pugixml by extracting all files from the compressed archive.
If you need an older version, you can download it from the [@http://code.google.com/p/pugixml/downloads/list version archive].
@@ -1617,9 +1617,9 @@ First private release for testing purposes
[endsect] [/changes]
-[section:apiref API reference]
+[section:apiref API Reference]
-This is the reference for all macros, types, enumerations, classes and functions in pugixml. Each symbol is a link that leads to the relevant section of the user manual.
+This is the reference for all macros, types, enumerations, classes and functions in pugixml. Each symbol is a link that leads to the relevant section of the manual.
Macros:
@@ -1997,7 +1997,7 @@ Functions:
[endsect] [/apiref]
-[section:toc Table of contents]
+[section:toc Table of Contents]
toc-placeholder
diff --git a/docs/manual.xsl b/docs/manual.xsl
index cb18c45..5f276e9 100644
--- a/docs/manual.xsl
+++ b/docs/manual.xsl
@@ -23,7 +23,7 @@
</xsl:template>
<xsl:template name="navbar.contents">
- <xsl:value-of select="/*/title" /> user manual |
+ <xsl:value-of select="/*/title" /> manual |
<xsl:call-template name="navbar.section"><xsl:with-param name="name" select="'manual'" /><xsl:with-param name="text" select="'Overview'" /></xsl:call-template> |
<xsl:call-template name="navbar.section"><xsl:with-param name="name" select="'manual.install'" /></xsl:call-template> |
Document: