mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update kilmer template to use sections
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
afd7aea857
commit
a35058f9f9
3 changed files with 35 additions and 15 deletions
|
@ -139,6 +139,18 @@ END:methods
|
|||
</div>
|
||||
ENDIF:methods
|
||||
|
||||
|
||||
START:sections
|
||||
<div id="section">
|
||||
IF:sectitle
|
||||
<h2 class="section-title"><a name="%secsequence%">%sectitle%</a></h2>
|
||||
IF:seccomment
|
||||
<div class="section-comment">
|
||||
%seccomment%
|
||||
</div>
|
||||
ENDIF:seccomment
|
||||
ENDIF:sectitle
|
||||
|
||||
IF:attributes
|
||||
<table cellpadding=5 width="100%">
|
||||
<tr><td class="tablesubtitle">Attributes</td></tr>
|
||||
|
@ -168,6 +180,8 @@ ENDIF:classlist
|
|||
|
||||
!INCLUDE! <!-- method descriptions -->
|
||||
|
||||
END:sections
|
||||
|
||||
</body>
|
||||
</html>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue