diff --git a/topics/tutorials/custom_language_support/documentation_provider.md b/topics/tutorials/custom_language_support/documentation_provider.md index f5adb3c12..627e1b1cc 100644 --- a/topics/tutorials/custom_language_support/documentation_provider.md +++ b/topics/tutorials/custom_language_support/documentation_provider.md @@ -1,4 +1,4 @@ - + # 20. Documentation @@ -27,7 +27,7 @@ helps users by showing documentation for symbols like method calls inside the ed For the custom language tutorial, we're implementing a version of this extension point (EP) for the Simple Language that shows the key/value, the file where it is defined, and any related documentation comment. -## Implement DocumentationProvider and Register the EP +## Implement a Documentation Provider and Register the EP In the first step, we create an empty class that extends [`AbstractDocumentationProvider`](%gh-ic%/platform/analysis-api/src/com/intellij/lang/documentation/AbstractDocumentationProvider.java)