Revision: 4209
http://vexi.svn.sourceforge.net/vexi/?rev=4209&view=rev
Author: clrg
Date: 2011-08-18 06:27:15 +0000 (Thu, 18 Aug 2011)
Log Message:
-----------
Tweak jsdoc style
Modified Paths:
--------------
trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/page.ftl
trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css
Modified: trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/page.ftl
===================================================================
--- trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/page.ftl
2011-08-17 08:08:17 UTC (rev 4208)
+++ trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/page.ftl
2011-08-18 06:27:15 UTC (rev 4209)
@@ -24,8 +24,8 @@
<#list s.props as p>
<tr>
<td class="prop"><p><code><#if p.link?exists><a
href="${p.link}">${p.name}</a><#else>${p.name}</#if></code></p></td>
- <td class="proptype"><p>${p.type}</td>
- <#if s.has_initial_value_col><td
class="propinit"><p>${p.initial_value}</p></td></#if>
+ <td class="proptype"><p><code>${p.type}</code</p></td>
+ <#if s.has_initial_value_col><td
class="propinit"><p><code>${p.initial_value}</code></p></td></#if>
<td class="propdesc"><p>${p.desc}</p></td>
</tr>
</#list>
@@ -48,7 +48,7 @@
<#list s.funcs as f>
<tr>
<td class="prop"><p><code><#if f.link?exists><a
href="${f.link}">${f.name}</a><#else>${f.name}</#if>(<em>${f.args}</em>)</code></p></td>
- <td class="proptype"><p>${f.return_type}</p></td>
+ <td class="proptype"><p><code>${f.return_type}</code></p></td>
<td class="propdesc"><p>${f.desc}</p></td>
</tr>
</#list>
Modified:
trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css
===================================================================
--- trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css
2011-08-17 08:08:17 UTC (rev 4208)
+++ trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css
2011-08-18 06:27:15 UTC (rev 4209)
@@ -33,4 +33,6 @@
td.prop { font-weight: bold; white-space: nowrap; padding: 0.2em; }
td.prop code { background: none; }
td.propinit { font-family: monospace; font-size: 10pt; padding: 0.2em; }
-td.proptype { font-family: monospace; font-size: 10pt; padding: 0.2em; }
\ No newline at end of file
+td.propinit code { background: none; }
+td.proptype { font-family: monospace; font-size: 10pt; padding: 0.2em; }
+td.proptype code { background: none; }
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn