-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
Milestone
@adonovan
Description
The docs at https://go.dev/gopls/analyzers are generated from the documentation for each individual analyzer. However, the combined doc turns primary headings into secondary headings, causing confusion. Notice that the table of contents includes these three items in sequence, even though Functions and Constants should be subordinate to gofix and should not appear in the ToC:
We need to alter the generator script and/or clarify the policy on usage of headings in analyzer docs.
cc: @jba