Skip to content

Commit

Permalink
Change Deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Feb 21, 2023
1 parent 24880f3 commit a819cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/base/src/main/kotlin/DokkaBase.kt
Expand Up @@ -51,7 +51,7 @@ class DokkaBase : DokkaPlugin() {
val outputWriter by extensionPoint<OutputWriter>()
val htmlPreprocessors by extensionPoint<PageTransformer>()
val kotlinAnalysis by extensionPoint<KotlinAnalysis>()
@Deprecated("It is not used anymore. The order can be changed in `ContentTabsExtra`, for example, by a transformer")
@Deprecated("It is not used anymore")
val tabSortingStrategy by extensionPoint<TabSortingStrategy>()
val immediateHtmlCommandConsumer by extensionPoint<ImmediateHtmlCommandConsumer>()
val externalDocumentablesProvider by extensionPoint<ExternalDocumentablesProvider>()
Expand Down

0 comments on commit a819cca

Please sign in to comment.