-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
kind:bugA bug in the code. Does not apply to documentation, specs, etc.A bug in the code. Does not apply to documentation, specs, etc.topic:tools:docs-generator
Description
As soon as the doc for any (re)definition of a type declares :nodoc: the type should never be documented, but as demonstrated in #16714 a type with multiple :nodoc: can end up being documented!
A comment on the thread_local macro call happened to become the doc comment for Thread, regardless of all the :nodoc: comments explicitly set to the type at different other places.
Maybe it happened to become the first doc comment for Thread, then it was reopened and their doc comments got skipped, hence skipping :nodoc:?
Originally posted by @ysbaddaden in #16714 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind:bugA bug in the code. Does not apply to documentation, specs, etc.A bug in the code. Does not apply to documentation, specs, etc.topic:tools:docs-generator