aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-14 21:29:29 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-14 21:29:29 -0700
commite897aa91a2a5c68a2f795f6a0a995600f13a85f8 (patch)
tree75a17430ba9cec822651b881003f66da8c89d7f9 /doc
parent3bf332a7b77e9ce9e5eb0a1dfd5f64f238f4f17f (diff)
Convert to extension-less headers for API
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.xhtml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/intro.xhtml b/doc/intro.xhtml
index 46eb03a..ea0b8c9 100644
--- a/doc/intro.xhtml
+++ b/doc/intro.xhtml
@@ -278,7 +278,7 @@
and US-ASCII input encodings.</p>
<pre class="c++">
-#include &lt;xml/parser.hxx>
+#include &lt;xml/parser>
namespace xml
{
@@ -287,7 +287,7 @@ namespace xml
</pre>
<pre class="c++">
-#include &lt;xml/serializer.hxx>
+#include &lt;xml/serializer>
namespace xml
{
@@ -595,7 +595,7 @@ for (parser::event_type e: p)
class to represent such names:</p>
<pre class="c++">
-#include &lt;xml/qname.hxx>
+#include &lt;xml/qname>
namespace xml
{
@@ -993,6 +993,8 @@ cerr &lt;&lt; p.next () &lt;&lt; endl;
the table:</p>
<pre class="c++">
+#include &lt;xml/content>
+
namespace xml
{
enum class content