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
88fe0bd3
Commit
88fe0bd3
authored
Mar 22, 2015
by
Davis King
Browse files
updated docs
parent
76230b99
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
3 deletions
+18
-3
docs/docs/api.xml
docs/docs/api.xml
+4
-0
docs/docs/guipics/perspective_window.png
docs/docs/guipics/perspective_window.png
+0
-0
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+4
-0
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+10
-3
No files found.
docs/docs/api.xml
View file @
88fe0bd3
...
@@ -1228,6 +1228,9 @@
...
@@ -1228,6 +1228,9 @@
<td><a
href=
"dlib/gui_widgets/widgets_abstract.h.html#open_file_box"
><img
src=
"guipics/open_file_box.png"
/></a></td>
<td><a
href=
"dlib/gui_widgets/widgets_abstract.h.html#open_file_box"
><img
src=
"guipics/open_file_box.png"
/></a></td>
<td><a
href=
"dlib/gui_widgets/widgets_abstract.h.html#save_file_box"
><img
src=
"guipics/save_file_box.png"
/></a></td>
<td><a
href=
"dlib/gui_widgets/widgets_abstract.h.html#save_file_box"
><img
src=
"guipics/save_file_box.png"
/></a></td>
</tr>
</tr>
<tr>
<td
colspan=
'3'
><a
href=
"dlib/gui_widgets/widgets_abstract.h.html#perspective_window"
><img
src=
"guipics/perspective_window.png"
/></a></td>
</tr>
</table>
</table>
</description>
</description>
...
@@ -1235,6 +1238,7 @@
...
@@ -1235,6 +1238,7 @@
<examples>
<examples>
<example>
gui_api_ex.cpp.html
</example>
<example>
gui_api_ex.cpp.html
</example>
<example>
image_ex.cpp.html
</example>
<example>
image_ex.cpp.html
</example>
<example>
3d_point_cloud_ex.cpp.html
</example>
<example>
surf_ex.cpp.html
</example>
<example>
surf_ex.cpp.html
</example>
<example>
bayes_net_gui_ex.cpp.html
</example>
<example>
bayes_net_gui_ex.cpp.html
</example>
</examples>
</examples>
...
...
docs/docs/guipics/perspective_window.png
0 → 100644
View file @
88fe0bd3
28.7 KB
docs/docs/main_menu.xml
View file @
88fe0bd3
...
@@ -302,6 +302,10 @@
...
@@ -302,6 +302,10 @@
<name>
Matrix_Expressions
</name>
<name>
Matrix_Expressions
</name>
<link>
matrix_expressions_ex.cpp.html
</link>
<link>
matrix_expressions_ex.cpp.html
</link>
</item>
</item>
<item>
<name>
3D_Point_Cloud
</name>
<link>
3d_point_cloud_ex.cpp.html
</link>
</item>
<item>
<item>
<name>
Image
</name>
<name>
Image
</name>
<link>
image_ex.cpp.html
</link>
<link>
image_ex.cpp.html
</link>
...
...
docs/docs/stylesheet.xsl
View file @
88fe0bd3
...
@@ -923,9 +923,16 @@ function BigToggle(node)
...
@@ -923,9 +923,16 @@ function BigToggle(node)
</xsl:if>
</xsl:if>
</xsl:template>
</xsl:template>
<xsl:template
match=
"td"
>
<xsl:template
match=
"td"
>
<xsl:if
test=
"@colspan"
>
<td
align=
"center"
colspan=
"{@colspan}"
>
<xsl:apply-templates/>
</td>
</xsl:if>
<xsl:if
test=
"not(@colspan)"
>
<td
align=
"center"
>
<td
align=
"center"
>
<xsl:apply-templates/>
<xsl:apply-templates/>
</td>
</td>
</xsl:if>
</xsl:template>
</xsl:template>
<xsl:template
match=
"tr"
>
<xsl:template
match=
"tr"
>
<tr>
<tr>
...
...
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