Skip to content
  • Petrik's avatar
    2c3ae61e
    Move Template class docs to the correct namespace [ci-skip] · 2c3ae61e
    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.
    2c3ae61e
    Move Template class docs to the correct namespace [ci-skip]
    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.
Loading