Commit 11c75739 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404228
parent 75d89e25
......@@ -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>
......
......@@ -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"/>
......
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