googleapis / googleapis/google-cloud-php
Feat: Modify the way that DOCFX generates documentation for Interfaces
Open
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 463
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 145
Description
Currently the way that Docfx generates the documentation it includes the implements section but there are two issues:
* We need to hide the internal interfaces as they create clutter on the user documentation
* We need to show the inherited interfaces from the parent classes in the case of a public class inheriting an interface from an internal parent with public interfaces.
Contributor guide
Assessment
This issue has not been assessed yet.