Commit 0b1b17a6 authored by Amos Latteier's avatar Amos Latteier

Tweaked API docs template to work better with classes with no methods.

parent 446e16cf
......@@ -19,19 +19,24 @@
<dtml-if constructor>
<hr noshade>
<h3>Constructor</h3>
<h3>Product Constructor</h3>
<dtml-with constructor>
<dtml-var view>
</dtml-with>
</dtml-if>
<dtml-if "attributes or methods">
<hr noshade>
<h3>Methods</h3>
</dtml-if>
<dtml-in attributes>
<dtml-var view>
</dtml-in>
<dtml-if methods>
<h3>Methods</h3>
<dtml-in methods>
<dtml-var view>
</dtml-in>
</dtml-if>
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