Skip to content

:stopdoc: directive produces Object reference #55

@thinkerbot

Description

@thinkerbot

The :stopdoc: directive produces a reference to Object as a class/module when used like this:

# :stopdoc:
class Example
  def method_name
  end
end

I generated the RDoc with:

rdoc example.rb

Incidentally, no reference to Object is generated unless the method is defined. This is ok:

# :stopdoc:
class Example
end

Using RDoc 3.8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions