Skip to content

Inner java class miss the inner modifier in signature #2793

@atyrin

Description

@atyrin
public class JavaClassWithNested {
    public class Inner{}
    public static class Nested{}
}

Will generate documentation like

image

The signature for class Inner should contain inner keyword.

Metadata

Metadata

Assignees

Labels

buglanguage: JavaIssue/PR related to the Java language feature/analysis/docs

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions