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
953fbe17
Commit
953fbe17
authored
Dec 08, 2012
by
Davis King
Browse files
Made the docs better in how they display the "file to include" and also example
program lists
parent
b80edc88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+6
-6
No files found.
docs/docs/stylesheet.xsl
View file @
953fbe17
...
@@ -504,8 +504,11 @@ function BigToggle(node)
...
@@ -504,8 +504,11 @@ function BigToggle(node)
<BR/>
<BR/>
<xsl:apply-templates
select=
"description"
/>
<xsl:apply-templates
select=
"description"
/>
<xsl:if
test=
"
spec_
file"
>
<xsl:if
test=
"file"
>
<BR/>
<BR/>
<BR/><B><font
style=
'font-size:1.4em'
><tt>
#include
<
<xsl:value-of
select=
"file"
/>
>
</tt></font></B>
</xsl:if>
<xsl:if
test=
"spec_file"
>
<xsl:choose>
<xsl:choose>
<xsl:when
test=
"spec_file/@link = 'true'"
>
<xsl:when
test=
"spec_file/@link = 'true'"
>
<BR/>
<BR/>
...
@@ -519,9 +522,6 @@ function BigToggle(node)
...
@@ -519,9 +522,6 @@ function BigToggle(node)
</xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:choose>
</xsl:if>
</xsl:if>
<xsl:if
test=
"file"
>
<BR/><B>
File to include:
</B><xsl:value-of
select=
"file"
/>
</xsl:if>
<xsl:if
test=
"body_file"
>
<xsl:if
test=
"body_file"
>
<BR/>
<BR/>
The body for the
<xsl:value-of
select=
"name"
/>
component can be found
The body for the
<xsl:value-of
select=
"name"
/>
component can be found
...
@@ -586,10 +586,10 @@ function BigToggle(node)
...
@@ -586,10 +586,10 @@ function BigToggle(node)
<xsl:for-each
select=
"example"
>
<xsl:for-each
select=
"example"
>
<xsl:choose>
<xsl:choose>
<xsl:when
test=
"position() = last()"
>
<xsl:when
test=
"position() = last()"
>
<a
href=
"{.}"
><xsl:value-of
select=
"
position(
)"
/></a>
<a
href=
"{.}"
><xsl:value-of
select=
"
substring-before(.,'.html'
)"
/></a>
</xsl:when>
</xsl:when>
<xsl:otherwise>
<xsl:otherwise>
<a
href=
"{.}"
><xsl:value-of
select=
"
position(
)"
/></a>
,
<a
href=
"{.}"
><xsl:value-of
select=
"
substring-before(.,'.html'
)"
/></a>
,
</xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:choose>
</xsl:for-each>
</xsl:for-each>
...
...
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