Skip to content

Commit

Permalink
Serialize method_list with proper filename
Browse files Browse the repository at this point in the history
Closes #528
  • Loading branch information
lsegal committed May 1, 2012
1 parent b5e8465 commit 0ff23d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/fulldoc/html/setup.rb
Expand Up @@ -138,7 +138,7 @@ def generate_method_list
@items = @items.reject {|m| m.name.to_s =~ /=$/ && m.is_attribute? }
@items = @items.sort_by {|m| m.name.to_s }
@list_title = "Method List"
@list_type = "methods"
@list_type = "method"
generate_list_contents
end

Expand Down

0 comments on commit 0ff23d8

Please sign in to comment.