Commit eef85633 authored by Davis King's avatar Davis King

updated docs

parent 755e378f
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
<spec_file link="true">dlib/algs.h</spec_file> <spec_file link="true">dlib/algs.h</spec_file>
<description> <description>
This is a template where is_signed_type&lt;T&gt;::value == true when T is This is a template where is_signed_type&lt;T&gt;::value == true when T is
a signed integral type and false when it is an unsigned integral a signed scalar type and false when it is an unsigned scalar
type. type.
</description> </description>
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
<spec_file link="true">dlib/algs.h</spec_file> <spec_file link="true">dlib/algs.h</spec_file>
<description> <description>
This is a template where is_unsigned_type&lt;T&gt;::value == true when T is This is a template where is_unsigned_type&lt;T&gt;::value == true when T is
an unsigned integral type and false when it is a signed integral an unsigned scalar type and false when it is a signed scalar
type. type.
</description> </description>
......
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