diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-15 10:07:18 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-15 10:07:18 +0000 |
commit | cc78d73f343601e487c0d22cd31e1100b60c4b6d (patch) | |
tree | d345366945b7c7c662522da21afa5106f5c8b7f8 /docs | |
parent | 2dec6dd505897498b8ea50043190961159f0b407 (diff) |
docs: Minor documentation fixes (quickstart footnotes, extra spaces, xpath_query::ctor)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@603 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.qbk | 12 | ||||
-rw-r--r-- | docs/quickstart.qbk | 2 | ||||
-rw-r--r-- | docs/quickstart.xsl | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk index c629b01..b234fee 100644 --- a/docs/manual.qbk +++ b/docs/manual.qbk @@ -7,11 +7,11 @@ [license Distributed under the MIT License]
]
-[template file[name] '''<filename>'''[name]'''</filename>''']
-[template sbr[] '''<sbr/>''']
-[template lbr[] '''<sbr/><sbr/>'''] [/ for empty lines in lists]
-[template sref[name] '''<xref linkend="'''[name]'''" xrefstyle="select:title" />''']
-[template anchor[name] '''<anchor id="'''[name]'''" />'''[^[name]]]
+[template sbr[]'''<sbr/>''']
+[template lbr[]'''<sbr/><sbr/>'''] [/ for empty lines in lists]
+[template file[name]'''<filename>'''[name]'''</filename>''']
+[template sref[name]'''<xref linkend="'''[name]'''" xrefstyle="select:title" />''']
+[template anchor[name]'''<anchor id="'''[name]'''" />'''[^[name]]]
[section:overview Overview]
@@ -1937,7 +1937,7 @@ Classes: [lbr]
* `class `[link xpath_query]
- * `explicit `[link xpath_query::ctor]`(const char_t* query);`
+ * `explicit `[link xpath_query::ctor xpath_query]`(const char_t* query);`
[lbr]
* `bool `[link xpath_query::evaluate_boolean evaluate_boolean]`(const xml_node& n) const;`
diff --git a/docs/quickstart.qbk b/docs/quickstart.qbk index 8da624c..bedaa15 100644 --- a/docs/quickstart.qbk +++ b/docs/quickstart.qbk @@ -1,4 +1,4 @@ -[book pugixml
+[article pugixml
[quickbook 1.5]
[version 0.9]
diff --git a/docs/quickstart.xsl b/docs/quickstart.xsl index 30e1025..1e2af8d 100644 --- a/docs/quickstart.xsl +++ b/docs/quickstart.xsl @@ -1,7 +1,8 @@ <?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:param name="generate.toc">section toc</xsl:param>
+
<xsl:template name="header.navigation" />
<xsl:template name="footer.navigation" />
- <xsl:template name="book.titlepage" />
+ <xsl:template name="article.titlepage" />
</xsl:stylesheet>
-
|