Commit 578ba83d authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404082
parent 63b0ed22
......@@ -32,6 +32,7 @@
<item>memory_manager</item>
<item>memory_manager_global</item>
<item>memory_manager_stateless</item>
<item>default_memory_manager</item>
<item>sync_extension</item>
<item>timer</item>
<item>timeout</item>
......@@ -489,6 +490,19 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>default_memory_manager</name>
<file>dlib/algs.h</file>
<spec_file link="true">dlib/algs.h</spec_file>
<description>
This is a memory manager object which simply calls new and delete directly (i.e.
it doesn't really do anything). It is the default memory manager used by most
of the objects in dlib.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -455,6 +455,7 @@
<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="default_memory_manager"/>
<term file="other.html" name="memory_manager_global"/>
<term file="other.html" name="serialize"/>
<term file="other.html" name="uint8"/>
......
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