Commit 97da8e84 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403874
parent 46f67932
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<item>member_function_pointer</item> <item>member_function_pointer</item>
<item>bound_function_pointer</item> <item>bound_function_pointer</item>
<item>error</item> <item>error</item>
<item>console_progress_indicator</item>
<item>pipe</item> <item>pipe</item>
<item>copy_functor</item> <item>copy_functor</item>
<item>logger</item> <item>logger</item>
...@@ -273,6 +274,19 @@ ...@@ -273,6 +274,19 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>console_progress_indicator</name>
<file>dlib/console_progress_indicator.h</file>
<spec_file link="true">dlib/console_progress_indicator.h</spec_file>
<description>
This object is a tool for reporting how long a task will take
to complete.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -410,6 +410,7 @@ ...@@ -410,6 +410,7 @@
<term file="other.html" name="copy_functor"/> <term file="other.html" name="copy_functor"/>
<term file="other.html" name="deserialize"/> <term file="other.html" name="deserialize"/>
<term file="other.html" name="error"/> <term file="other.html" name="error"/>
<term file="other.html" name="console_progress_indicator"/>
<term file="other.html" name="memory_manager"/> <term file="other.html" name="memory_manager"/>
<term file="other.html" name="memory_manager_global"/> <term file="other.html" name="memory_manager_global"/>
<term file="other.html" name="serialize"/> <term file="other.html" name="serialize"/>
......
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