Commit d0f916a4 authored by Davis King's avatar Davis King

updated docs

parent 636144d5
......@@ -43,6 +43,7 @@
<item>string_cast</item>
<item>string_assign</item>
<item>cast_to_string</item>
<item>pad_int_with_zeros</item>
<item>cast_to_wstring</item>
<item>wrap_string</item>
<item>narrow</item>
......@@ -271,6 +272,18 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>pad_int_with_zeros</name>
<file>dlib/string.h</file>
<spec_file link="true">dlib/string/string_abstract.h</spec_file>
<description>
Converts an integer into a string and pads it with leading zeros.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -1167,6 +1167,7 @@
<term file="parsing.html" name="wrap_string"/>
<term file="parsing.html" name="xml_parser"/>
<term file="parsing.html" name="cast_to_string"/>
<term file="parsing.html" name="pad_int_with_zeros"/>
<term file="parsing.html" name="toupper"/>
<term file="parsing.html" name="tolower"/>
<term file="parsing.html" name="trim"/>
......
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