From 154c29be3aa52e5bb014491918ca3fcd3a6c6c73 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 24 Mar 2004 17:01:11 +0000 Subject: [PATCH] Get --one-page working with C code git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rdoc/generators/template/html/one_page_html.rb | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45dc1b5261..84bb1e8c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 25 02:00:18 2004 Dave Thomas + + * lib/rdoc/generators/template/html/one_page_html.rb (Page): + Fix to work with C modules. + Wed Mar 24 20:49:00 2004 Gavin Sinclair * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). diff --git a/lib/rdoc/generators/template/html/one_page_html.rb b/lib/rdoc/generators/template/html/one_page_html.rb index ca69908c97..19441f4725 100644 --- a/lib/rdoc/generators/template/html/one_page_html.rb +++ b/lib/rdoc/generators/template/html/one_page_html.rb @@ -52,7 +52,13 @@ IF:method_list START:method_list IF:methods START:methods -

%type% %category% method: %name%%params%

+

%type% %category% method: +IF:callseq +%callseq% +ENDIF:callseq +IFNOT:callseq +%name%%params%

+ENDIF:callseq IF:m_desc %m_desc%