updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404228
This commit is contained in:
Davis King 2011-04-18 18:50:20 +00:00
parent 75d89e258b
commit 11c7573973
2 changed files with 1 additions and 32 deletions

View File

@ -494,25 +494,6 @@
<example>config_reader_ex.cpp.html</example>
</examples>
<implementations>
<implementation>
<name>config_reader_kernel_1</name>
<file>dlib/config_reader/config_reader_kernel_1.h</file>
<description>
This implementation is done using the <a href="containers.html#map">map</a> object in the obvious way.
</description>
<typedefs>
<typedef>
<name>kernel_1a</name>
<description>is a typedef for config_reader_kernel_1 that uses map_kernel_1b</description>
</typedef>
</typedefs>
</implementation>
</implementations>
<extensions>
<extension>
<name>config_reader_thread_safe</name>
@ -522,19 +503,6 @@
its member functions inside mutex locks to make it safe to use
in a threaded program.
</description>
<implementations>
<implementation>
<name>config_reader_thread_safe_1</name>
<file>dlib/config_reader/config_reader_thread_safe_1.h</file>
<description>This implementation is done in the obvious way. See the source for details</description>
<typedefs>
<typedef>
<name>thread_safe_1a</name>
<description>is a typedef for config_reader_kernel_1 extended by config_reader_thread_safe_1</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</extension>
</extensions>

View File

@ -1011,6 +1011,7 @@
<term file="dlib/interfaces/cmd_line_parser_option.h.html" name="cmd_line_parser_option"/>
<term link="parsing.html#cmd_line_parser" name="command line parsing"/>
<term file="parsing.html" name="config_reader"/>
<term file="parsing.html" name="config_reader_thread_safe"/>
<term link="parsing.html#config_reader" name="config file parser"/>
<term file="parsing.html" name="cpp_pretty_printer"/>
<term file="parsing.html" name="cpp_tokenizer"/>