Commit 21a2348a authored by Davis King's avatar Davis King
Browse files

Added picutres of the gui widgets to the documentation.

parent eef85633
......@@ -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/>
......
......@@ -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
......
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