Commit 8be67248 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402698
parent 7206a12c
......@@ -45,6 +45,9 @@
<item>is_directed_graph</item>
<item>is_built_in_scalar_type</item>
<item>unsigned_type</item>
<item>tabs</item>
<item>tmin</item>
<item>tmax</item>
</section>
<section>
......@@ -79,6 +82,42 @@
<!-- ************************************************************************* -->
<component>
<name>tmin</name>
<file>dlib/algs.h</file>
<spec_file link="true">dlib/algs.h</spec_file>
<description>
This is a template to compute the min of two values at compile time.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>tmax</name>
<file>dlib/algs.h</file>
<spec_file link="true">dlib/algs.h</spec_file>
<description>
This is a template to compute the max of two values at compile time.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>tabs</name>
<file>dlib/algs.h</file>
<spec_file link="true">dlib/algs.h</spec_file>
<description>
This is a template to compute the absolute value a number at compile time.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>unsigned_type</name>
<file>dlib/uintn.h</file>
......
......@@ -507,6 +507,7 @@
<term link="dlib/matrix/matrix_utilities_abstract.h.html#rowm" name="rowm"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#colm" name="colm"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#subm" name="subm"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#range" name="range"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#set_rowm" name="set_rowm"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#set_colm" name="set_colm"/>
<term link="dlib/matrix/matrix_utilities_abstract.h.html#set_subm" name="set_subm"/>
......@@ -605,6 +606,11 @@
<term link="metaprogramming.html#DLIB_STACK_TRACE_NAMED" name="DLIB_STACK_TRACE_NAMED"/>
<term link="metaprogramming.html#get_stack_trace" name="get_stack_trace"/>
<term link="metaprogramming.html#tmin" name="tmin"/>
<term link="metaprogramming.html#tmax" name="tmax"/>
<term link="metaprogramming.html#tabs" name="tabs"/>
<term link="metaprogramming.html#unsigned_type" name="unsigned_type"/>
<term link="metaprogramming.html#DLIB_ASSERT" name="DLIB_ASSERT"/>
<term link="metaprogramming.html#DLIB_ASSERT" name="ENABLE_ASSERTS"/>
......
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