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