From 9dfb20a8fc19edb526ca866613c3b7d17430e352 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 9 Apr 2024 08:17:28 +0200 Subject: [PATCH] documentation_provider.md: Avoid class names in headers --- .../custom_language_support/documentation_provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)