Skip to content

Allow property JSDoc overloading #869

@nmussy

Description

@nmussy

🚀 Feature Request

Affected Languages

  • TypeScript or Javascript
  • Python
  • Java
  • .NET (C#, F#, ...)

General Information

  • JSII Version: 0.18.0

  • Platform: all

  • I may be able to implement this feature request

  • This feature might incur a breaking change

Description

JSII throws an error when attempting to overload an interface property to change its child JSDoc: (Interface declares same member as inherited interface)

Proposed Solution

_visitDocumentation could be used to check that the parent and child docs are different, and not throw if that's the case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis is a problem with documentation.effort/mediumMedium work item – a couple days of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions