Commit 6db66130 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403165
parent 41687ecb
...@@ -41,10 +41,19 @@ ...@@ -41,10 +41,19 @@
<item>pipe</item> <item>pipe</item>
<item>copy_functor</item> <item>copy_functor</item>
<item>logger</item> <item>logger</item>
<item>uint64</item> <item nolink="true">
<item>uint32</item> <name>Fixed_width_integers</name>
<item>uint16</item> <sub>
<item>uint8</item> <item>uint64</item>
<item>uint32</item>
<item>uint16</item>
<item>uint8</item>
<item>int64</item>
<item>int32</item>
<item>int16</item>
<item>int8</item>
</sub>
</item>
</section> </section>
<section> <section>
...@@ -120,6 +129,54 @@ ...@@ -120,6 +129,54 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>int8</name>
<file>dlib/uintn.h</file>
<spec_file link="true">dlib/uintn.h</spec_file>
<description>
This is just a typedef for an 8 bit integer.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>int16</name>
<file>dlib/uintn.h</file>
<spec_file link="true">dlib/uintn.h</spec_file>
<description>
This is just a typedef for a 16 bit integer.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>int32</name>
<file>dlib/uintn.h</file>
<spec_file link="true">dlib/uintn.h</spec_file>
<description>
This is just a typedef for a 32 bit integer.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>int64</name>
<file>dlib/uintn.h</file>
<spec_file link="true">dlib/uintn.h</spec_file>
<description>
This is just a typedef for a 64 bit integer.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -334,6 +334,10 @@ ...@@ -334,6 +334,10 @@
<term file="other.html" name="uint16"/> <term file="other.html" name="uint16"/>
<term file="other.html" name="uint32"/> <term file="other.html" name="uint32"/>
<term file="other.html" name="uint64"/> <term file="other.html" name="uint64"/>
<term file="other.html" name="int8"/>
<term file="other.html" name="int16"/>
<term file="other.html" name="int32"/>
<term file="other.html" name="int64"/>
<term file="other.html" name="zero_extend_cast"/> <term file="other.html" name="zero_extend_cast"/>
<term name="kernel"> <term name="kernel">
......
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