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
21a2348a
Commit
21a2348a
authored
May 20, 2012
by
Davis King
Browse files
Added picutres of the gui widgets to the documentation.
parent
eef85633
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
docs/docs/guipics/text_grid.png
docs/docs/guipics/text_grid.png
+0
-0
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+15
-0
docs/makedocs
docs/makedocs
+2
-0
No files found.
docs/docs/guipics/text_grid.png
0 → 100644
View file @
21a2348a
1.48 KB
docs/docs/stylesheet.xsl
View file @
21a2348a
...
...
@@ -828,6 +828,21 @@ function BigToggle(node)
<xsl:apply-templates/>
</xsl:if>
</xsl:template>
<xsl:template
match=
"td"
>
<td
align=
"center"
>
<xsl:apply-templates/>
</td>
</xsl:template>
<xsl:template
match=
"tr"
>
<tr>
<xsl:apply-templates/>
</tr>
</xsl:template>
<xsl:template
match=
"table"
>
<table>
<xsl:apply-templates/>
</table>
</xsl:template>
<xsl:template
match=
"li"
>
<li>
<xsl:apply-templates/>
...
...
docs/makedocs
View file @
21a2348a
...
...
@@ -128,6 +128,8 @@ makedocs ()
cp docs/cache/examples/CMakeLists.txt docs/chm/docs/examples
cp docs/*.gif docs/web
cp docs/*.gif docs/chm/docs
cp -r docs/guipics docs/web
cp -r docs/guipics docs/chm/docs
cp docs/*.html docs/web
cp docs/*.html docs/chm/docs
cp docs/*.png docs/web
...
...
Prev
1
2
Next
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