Skip to content

Commit

Permalink
fix api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 14, 2023
1 parent e7d6f3d commit e05cef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dokka-subprojects/plugin-base/api/plugin-base.api
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ public final class org/jetbrains/dokka/base/renderers/html/CustomResourceInstall

public abstract interface class org/jetbrains/dokka/base/renderers/html/HtmlCodeBlockRenderer {
public abstract fun buildCodeBlock (Lkotlinx/html/FlowContent;Ljava/lang/String;Ljava/lang/String;)V
public abstract fun isApplicable (Ljava/lang/String;)Z
public abstract fun isApplicableForDefinedLanguage (Ljava/lang/String;)Z
public abstract fun isApplicableForUndefinedLanguage (Ljava/lang/String;)Z
}

public final class org/jetbrains/dokka/base/renderers/html/HtmlFormatingUtilsKt {
Expand Down

0 comments on commit e05cef5

Please sign in to comment.