Added tests for basic string operations.
[ACL.git] / doc / string.xml
index 699f110..6755035 100644 (file)
@@ -3,7 +3,7 @@
 <heading>class String</heading>
 
 <pre>
-   #include &lt;Stringc.h&gt;
+   #include &lt;String.h&gt;
 </pre>
 <para>
 The C++ String class can be used to represent character strings and perform
@@ -29,6 +29,7 @@ substring expression.
 </item>
 <item tag="String(const String &amp;)">
 </item>
+</description>
 
 <para>
 Other constructors are provided to initialize strings from character
@@ -242,4 +243,3 @@ first whitespace character.
 </itemize>
 </section>
 </chapter>
-</doc>