Commit 0b463257 authored by Davis King's avatar Davis King

updated docs

parent 052e0ded
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
<item>is_graph</item> <item>is_graph</item>
<item>is_rand</item> <item>is_rand</item>
<item>is_matrix</item> <item>is_matrix</item>
<item>is_config_reader</item>
<item>is_std_vector</item> <item>is_std_vector</item>
<item>is_pair</item> <item>is_pair</item>
<item>is_directed_graph</item> <item>is_directed_graph</item>
...@@ -396,6 +397,20 @@ ...@@ -396,6 +397,20 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>is_config_reader</name>
<file>dlib/is_kind.h</file>
<spec_file link="true">dlib/is_kind.h</spec_file>
<description>
This is a template where is_config_reader&lt;T&gt;::value == true when T
is a <a href="parsing.html#config_reader">config_reader</a> or
config_reader_thread_safe object.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
......
...@@ -536,6 +536,7 @@ ...@@ -536,6 +536,7 @@
<term file="metaprogramming.html" name="is_array2d"/> <term file="metaprogramming.html" name="is_array2d"/>
<term file="metaprogramming.html" name="is_rand"/> <term file="metaprogramming.html" name="is_rand"/>
<term file="metaprogramming.html" name="is_matrix"/> <term file="metaprogramming.html" name="is_matrix"/>
<term file="metaprogramming.html" name="is_config_reader"/>
<term file="metaprogramming.html" name="is_std_vector"/> <term file="metaprogramming.html" name="is_std_vector"/>
<term file="metaprogramming.html" name="is_pair"/> <term file="metaprogramming.html" name="is_pair"/>
<term file="metaprogramming.html" name="is_directed_graph"/> <term file="metaprogramming.html" name="is_directed_graph"/>
......
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