mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api changes: update comment
This commit is contained in:
parent
25aab9ea51
commit
4500775bc0
@ -3,9 +3,9 @@
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<!--
|
||||
Before documenting a breaking API change, please, make sure that the change cannot be avoided in an alternative way.
|
||||
Before documenting a breaking API change, please make sure that the change cannot be avoided in an alternative way.
|
||||
|
||||
APIs marked with @ApiStatus.Experimental, @ApiStatus.Internal, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<!--
|
||||
Before documenting a breaking API change, please, make sure that the change cannot be avoided in an alternative way.
|
||||
Before documenting a breaking API change, please make sure that the change cannot be avoided in an alternative way.
|
||||
|
||||
APIs marked with @ApiStatus.Experimental, @ApiStatus.Internal, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user