diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-02 05:20:21 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-02 05:20:21 +0300 |
commit | 1eab9404b8ecbd51e5270af0cc0c9545e68f35f2 (patch) | |
tree | 21d24ad6a47c67c3880adb1f33e37b45c91c2627 /core/src/main/resources/dokka/language | |
parent | 5e9dd421cd323c138486cf8b38b6ce7158bcca8a (diff) | |
download | dokka-1eab9404b8ecbd51e5270af0cc0c9545e68f35f2.tar.gz dokka-1eab9404b8ecbd51e5270af0cc0c9545e68f35f2.tar.bz2 dokka-1eab9404b8ecbd51e5270af0cc0c9545e68f35f2.zip |
Remove categories to prevent injection errors
When not NodeLocationAwareGenerator used
Diffstat (limited to 'core/src/main/resources/dokka/language')
-rw-r--r-- | core/src/main/resources/dokka/language/java.properties | 1 | ||||
-rw-r--r-- | core/src/main/resources/dokka/language/kotlin.properties | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/resources/dokka/language/java.properties b/core/src/main/resources/dokka/language/java.properties deleted file mode 100644 index ab42f532..00000000 --- a/core/src/main/resources/dokka/language/java.properties +++ /dev/null @@ -1 +0,0 @@ -class=org.jetbrains.dokka.JavaLanguageService
\ No newline at end of file diff --git a/core/src/main/resources/dokka/language/kotlin.properties b/core/src/main/resources/dokka/language/kotlin.properties deleted file mode 100644 index 16092007..00000000 --- a/core/src/main/resources/dokka/language/kotlin.properties +++ /dev/null @@ -1 +0,0 @@ -class=org.jetbrains.dokka.KotlinLanguageService
\ No newline at end of file |