I just noticed that x/tools/go/analysis/passes/sqlrowserr doesn't document the analyzer in any detail even though it has dynamic docs. We should make sure that package doc comments are the primary documentation, and the dynamic docs (Analyzer.Doc) are derived from it (e.g. using the MustExtractDoc helper). Or, in the sprit of #63659, not derived from it but merely a brief placeholder.
I just noticed that x/tools/go/analysis/passes/sqlrowserr doesn't document the analyzer in any detail even though it has dynamic docs. We should make sure that package doc comments are the primary documentation, and the dynamic docs (Analyzer.Doc) are derived from it (e.g. using the MustExtractDoc helper). Or, in the sprit of #63659, not derived from it but merely a brief placeholder.