Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
3c22d70e
Commit
3c22d70e
authored
Apr 16, 2014
by
Davis King
Browse files
updated docs
parent
17ef8f04
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
docs/docs/parsing.xml
docs/docs/parsing.xml
+26
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/parsing.xml
View file @
3c22d70e
...
@@ -53,6 +53,8 @@
...
@@ -53,6 +53,8 @@
<item>
pad
</item>
<item>
pad
</item>
<item>
lpad
</item>
<item>
lpad
</item>
<item>
rpad
</item>
<item>
rpad
</item>
<item>
split_on_first
</item>
<item>
split_on_last
</item>
<item>
left_substr
</item>
<item>
left_substr
</item>
<item>
right_substr
</item>
<item>
right_substr
</item>
<item>
split
</item>
<item>
split
</item>
...
@@ -100,6 +102,30 @@
...
@@ -100,6 +102,30 @@
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<name>
split_on_first
</name>
<file>
dlib/string.h
</file>
<spec_file
link=
"true"
>
dlib/string/string_abstract.h
</spec_file>
<description>
Breaks a string into two parts. The split point is selected based
on the first occurrence of a delimiter character.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
split_on_last
</name>
<file>
dlib/string.h
</file>
<spec_file
link=
"true"
>
dlib/string/string_abstract.h
</spec_file>
<description>
Breaks a string into two parts. The split point is selected based
on the last occurrence of a delimiter character.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<component>
<name>
split
</name>
<name>
split
</name>
<file>
dlib/string.h
</file>
<file>
dlib/string.h
</file>
...
...
docs/docs/term_index.xml
View file @
3c22d70e
...
@@ -1428,6 +1428,8 @@
...
@@ -1428,6 +1428,8 @@
<term
file=
"parsing.html"
name=
"left_substr"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"left_substr"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"right_substr"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"right_substr"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"split"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"split"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"split_on_first"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"split_on_last"
include=
"dlib/string.h"
/>
<term
file=
"parsing.html"
name=
"unichar"
include=
"dlib/unicode.h"
/>
<term
file=
"parsing.html"
name=
"unichar"
include=
"dlib/unicode.h"
/>
<term
file=
"parsing.html"
name=
"ustring"
include=
"dlib/unicode.h"
/>
<term
file=
"parsing.html"
name=
"ustring"
include=
"dlib/unicode.h"
/>
<term
file=
"parsing.html"
name=
"convert_utf8_to_utf32"
include=
"dlib/unicode.h"
/>
<term
file=
"parsing.html"
name=
"convert_utf8_to_utf32"
include=
"dlib/unicode.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment