diff options
Diffstat (limited to 'core/src/main/kotlin/parsers')
-rw-r--r-- | core/src/main/kotlin/parsers/Parser.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/kotlin/parsers/Parser.kt b/core/src/main/kotlin/parsers/Parser.kt index daa9f38d..f03e57be 100644 --- a/core/src/main/kotlin/parsers/Parser.kt +++ b/core/src/main/kotlin/parsers/Parser.kt @@ -1,8 +1,6 @@ package org.jetbrains.dokka.parsers import org.jetbrains.dokka.model.doc.* -import org.jetbrains.dokka.model.doc.Deprecated - abstract class Parser { |