mirror of https://github.com/davisking/dlib.git
updated the docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403087
This commit is contained in:
parent
56c1c729b5
commit
7e5c498109
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue