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
This commit is contained in:
parent
2dec6dd505
commit
cc78d73f34
@ -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;`
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[book pugixml
|
||||
[article pugixml
|
||||
[quickbook 1.5]
|
||||
|
||||
[version 0.9]
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user