diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/rdoc/generators/template/html/kilmer.rb | 7 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Fri Sep 10 02:43:54 2004 Dave Thomas <dave@pragprog.com> + + * lib/rdoc/generators/template/kilmer.rb: James Buck's + patch for call-seq. + Thu Sep 9 13:58:56 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting diff --git a/lib/rdoc/generators/template/html/kilmer.rb b/lib/rdoc/generators/template/html/kilmer.rb index 7326fb09a..0d47587f6 100644 --- a/lib/rdoc/generators/template/html/kilmer.rb +++ b/lib/rdoc/generators/template/html/kilmer.rb @@ -261,7 +261,12 @@ START:methods <table width="100%" cellspacing = 0 cellpadding=5 border=0> <tr><td class="methodtitle"> <a name="%aref%"> -<b>%name%</b>%params% +IF:callseq +<b>%callseq%</b> +ENDIF:callseq +IFNOT:callseq + <b>%name%</b>%params% +ENDIF:callseq IF:codeurl <a href="%codeurl%" target="source" class="srclink">src</a> ENDIF:codeurl |