Documentation ¶
Overview ¶
The generate command updates the following files of documentation:
gopls/doc/settings.md -- from linking gopls/internal/settings.DefaultOptions gopls/doc/commands.md -- from loading gopls/internal/protocol/command gopls/doc/analyzers.md -- from linking gopls/internal/settings.DefaultAnalyzers gopls/doc/inlayHints.md -- from linking gopls/internal/golang.AllInlayHints gopls/internal/doc/api.json -- all of the above in a single value, for 'gopls api-json'
Run it with this command:
$ cd gopls/doc && go generate
Click to show internal directories.
Click to hide internal directories.