From 9cc62ea4ad95b19e24fe2e8d7b3cf86547b6f0e5 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 12 Dec 2004 01:36:57 +0000 Subject: Don't show r/w accessot flags if none were specified for custom attributes git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/generators/template/html/html.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb index 72e57baa3..6bbde4600 100644 --- a/lib/rdoc/generators/template/html/html.rb +++ b/lib/rdoc/generators/template/html/html.rb @@ -529,7 +529,12 @@ IF:attributes START:attributes %name% +IF:rw  [%rw%]  +ENDIF:rw +IFNOT:rw +    +ENDIF:rw %a_desc% END:attributes -- cgit