Skip to content

rdoc does not track C externs for classes/modules #59

Open
@vbatts

Description

@vbatts

When a *.c file describes a class, with methods, etc., and a *.rb exists owning the same class name, then the *.rb wins completely.

Example: ext/fiddle/closure.c and ext/fiddle/lib/fiddle/closure.rb
The *.c includes two methods, but when the documentation is generated, on the the attributes described in the *.rb are present for the Fiddle::Closure class.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions