mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Switch from DocumentationProvider to DocumentationTargetProvider (#1037)
* Include docs for Documentation Target API * Rearrange the page to combine it with the deprecated Documentation Provider API * Update API changes page * Add notes to the language tutorial * Include suggestions from Karol and Yann
This commit is contained in:
parent
ec1bfebdf2
commit
79c236498c
@ -10,6 +10,12 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Please note, it is recommended to utilize the new DocumentationTarget API for
|
||||
* plugins targeting IntelliJ Platform version 2023.1 or later.
|
||||
*
|
||||
* @see <a href="https://plugins.jetbrains.com/docs/intellij/documentation.html">Documentation (IntelliJ Platform Docs)</a>
|
||||
*/
|
||||
public class SimpleDocumentationProvider extends AbstractDocumentationProvider {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user