googleapis / googleapis/java-docfx-doclet
Remove unhelpful code snippet at the top of all non-overview pages
- Dominant language
- No language data
- Stars
- 5
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
There is a code snippet on top of all the non-overview (e.g. it exists on all pages except for the Library Overview, the Client Overview, and the Package Overview pages) pages that is not useful.
For example on top of the [`SpeechSettings`](https://cloud.google.com/java/docs/reference/google-cloud-speech/latest/com.google.cloud.speech.v2.SpeechSettings) class:

The [`BatchRecognizeRequest`](https://cloud.google.com/java/docs/reference/google-cloud-speech/latest/com.google.cloud.speech.v2.BatchRecognizeRequest) class:

The [`AutoDetectDecodingConfig.Builder'](https://cloud.google.com/java/docs/reference/google-cloud-speech/latest/com.google.cloud.speech.v2.AutoDetectDecodingConfig.Builder) class:

I assume the doclet is generating something that is causing that to show up - this bug is to investigate where it's coming from and ideally removing it.
Contributor guide
Assessment
This issue has not been assessed yet.