Open
Description
What did you do?
Add a package doc like:
// ...
// The behaviour can be customized by annotations on the CRDs.
//
// Annotation "annotation-name"
//
// example.com/annotation-name: <bool>
//
// If true, lorem ipsum ...
//
What did you expect to see?
The string Annotation "annotation-name"
should be a title since it is delimited by blank lines, starts with and uppercase letter and does not end with punctuation.
What did you see instead?
It shows up as a regular text paragraph. I've also tested simply putting the work Annotation there to exclude the quotes.