Skip to content
Snippets Groups Projects
Commit cc78d73f authored by arseny.kapoulkine's avatar arseny.kapoulkine
Browse files

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
parent 2dec6dd5
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
[license Distributed under the MIT License] [license Distributed under the MIT License]
] ]
[template file[name] '''<filename>'''[name]'''</filename>'''] [template sbr[]'''<sbr/>''']
[template sbr[] '''<sbr/>'''] [template lbr[]'''<sbr/><sbr/>'''] [/ for empty lines in lists]
[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 sref[name]'''<xref linkend="'''[name]'''" xrefstyle="select:title" />''']
[template anchor[name] '''<anchor id="'''[name]'''" />'''[^[name]]] [template anchor[name]'''<anchor id="'''[name]'''" />'''[^[name]]]
[section:overview Overview] [section:overview Overview]
...@@ -1937,7 +1937,7 @@ Classes: ...@@ -1937,7 +1937,7 @@ Classes:
[lbr] [lbr]
* `class `[link xpath_query] * `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] [lbr]
* `bool `[link xpath_query::evaluate_boolean evaluate_boolean]`(const xml_node& n) const;` * `bool `[link xpath_query::evaluate_boolean evaluate_boolean]`(const xml_node& n) const;`
......
[book pugixml [article pugixml
[quickbook 1.5] [quickbook 1.5]
[version 0.9] [version 0.9]
......
<?xml version='1.0'?> <?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 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="header.navigation" />
<xsl:template name="footer.navigation" /> <xsl:template name="footer.navigation" />
<xsl:template name="book.titlepage" /> <xsl:template name="article.titlepage" />
</xsl:stylesheet> </xsl:stylesheet>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment