aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/renderers/PostAction.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/kotlin/renderers/PostAction.kt')
-rw-r--r--core/src/main/kotlin/renderers/PostAction.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/renderers/PostAction.kt b/core/src/main/kotlin/renderers/PostAction.kt
index e47d5d22..4237c6df 100644
--- a/core/src/main/kotlin/renderers/PostAction.kt
+++ b/core/src/main/kotlin/renderers/PostAction.kt
@@ -1,3 +1,3 @@
package org.jetbrains.dokka.renderers
-interface PostAction : () -> Unit \ No newline at end of file
+fun interface PostAction : () -> Unit \ No newline at end of file