Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1209)

Unified Diff: pkg/analyzer_plugin/doc/tutorial/assists.md

Issue 2992843002: Add more documentation for plugins (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer_plugin/doc/tutorial/assists.md
diff --git a/pkg/analyzer_plugin/doc/tutorial/assists.md b/pkg/analyzer_plugin/doc/tutorial/assists.md
index 9621e4116ed09d313765b72b8cdd9e91bf677890..9d635bea6d232192a7beb8d2ef9e2987ffe849f6 100644
--- a/pkg/analyzer_plugin/doc/tutorial/assists.md
+++ b/pkg/analyzer_plugin/doc/tutorial/assists.md
@@ -96,8 +96,7 @@ class MyPlugin extends ServerPlugin with AssistsMixin, DartAssistsMixin {
// ...
@override
- List<AssistContributor> getAssistContributors(
- covariant AnalysisDriver driver) {
+ List<AssistContributor> getAssistContributors(AnalysisDriver driver) {
return <AssistContributor>[new MyAssistContributor()];
}
}
« no previous file with comments | « no previous file | pkg/analyzer_plugin/doc/tutorial/completion.md » ('j') | pkg/analyzer_plugin/doc/tutorial/introduction.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698