documentation.md: link HtmlSyntaxInfoUtil

This commit is contained in:
Yann Cébron 2021-06-21 19:03:07 +02:00
parent 8eded775af
commit 9c4472ba37

View File

@ -37,6 +37,10 @@ A common choice is to extract and format documentation comments.
To format the documentation contents, you should use To format the documentation contents, you should use
[`DocumentationMarkup`](upsource:///platform/analysis-api/src/com/intellij/lang/documentation/DocumentationMarkup.java) [`DocumentationMarkup`](upsource:///platform/analysis-api/src/com/intellij/lang/documentation/DocumentationMarkup.java)
to achieve a consistent output. to achieve a consistent output.
> Use [`HtmlSyntaxInfoUtil`](upsource:///platform/lang-impl/src/com/intellij/openapi/editor/richcopy/HtmlSyntaxInfoUtil.java) to create Lexer-based highlighted code samples.
>
{type="tip"}
Once these steps are completed, the following additional features can be implemented: Once these steps are completed, the following additional features can be implemented: