From e897aa91a2a5c68a2f795f6a0a995600f13a85f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 May 2014 21:29:29 -0700 Subject: Convert to extension-less headers for API --- doc/intro.xhtml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') 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.

-#include <xml/parser.hxx>
+#include <xml/parser>
 
 namespace xml
 {
@@ -287,7 +287,7 @@ namespace xml
   
-#include <xml/serializer.hxx>
+#include <xml/serializer>
 
 namespace xml
 {
@@ -595,7 +595,7 @@ for (parser::event_type e: p)
      class to represent such names:

-#include <xml/qname.hxx>
+#include <xml/qname>
 
 namespace xml
 {
@@ -993,6 +993,8 @@ cerr << p.next () << endl;
      the table:

+#include <xml/content>
+
 namespace xml
 {
   enum class content
-- 
cgit v1.1