Commit 7e5c4981 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403087
parent 56c1c729
......@@ -93,6 +93,10 @@
<item nolink="true">
<name>Examples</name>
<sub>
<item>
<name>Config_File_Reader</name>
<link>config_reader_ex.cpp.html</link>
</item>
<item>
<name>Member_Function_Pointer</name>
<link>member_function_pointer_ex.cpp.html</link>
......
......@@ -268,6 +268,9 @@
other types. The types supported are any types that can be read by the basic_istream operator>>. It
also supports casting between wstring, string, and ustring objects.
</description>
<examples>
<example>config_reader_ex.cpp.html</example>
</examples>
</component>
......@@ -475,6 +478,10 @@
This object represents something which is intended to be used to read
text configuration files.
</description>
<examples>
<example>config_reader_ex.cpp.html</example>
</examples>
<implementations>
<implementation>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment