updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403087
This commit is contained in:
Davis King 2009-05-30 18:32:19 +00:00
parent 56c1c729b5
commit 7e5c498109
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -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>