-
Petrik authored
Documentation of a class should be defined above the class definition, not on the parent namespace. This fixes the documentation of ActionView::Template::Renderable showing up in ActionView::Template. Most of the others are marked with `:nodoc:` anyway, so it shouldn't affect their documentation.
Petrik authoredDocumentation of a class should be defined above the class definition, not on the parent namespace. This fixes the documentation of ActionView::Template::Renderable showing up in ActionView::Template. Most of the others are marked with `:nodoc:` anyway, so it shouldn't affect their documentation.
Loading