googleapis / googleapis/java-docfx-doclet
Remove Static Fields, Implements, and Inheritance sections for Message classes
Open
priority: p3
type: feature request
- Dominant language
- No language data
- Stars
- 5
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Currently, Message classes contain `Static Fields`, `Implements`, and `Inheritance` sections that are not particularly useful for developers. It would be better to remove them.
The `Implements` and `Inheritance` sections could probably be removed for all classes.
The `Static Fields` section we would still want for `Enums`, as it is relevant to understand the different Enum values.

Contributor guide
Assessment
This issue has not been assessed yet.