Skip to content

Commit 1377331

Browse files
committed
Add documentation support based on the KDoc
1 parent 33004a2 commit 1377331

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3286
-182
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# intellij-runescript Changelog
22

33
## [Unreleased]
4+
### Added
5+
- Add documentation support based on the KDoc.
6+
47
### Fixed
58
- Fix regular expressions not being allowed in hook transmits list.
69
- Fix invalid symbol file inspection reporting an error for "commands.sym".

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ To install the plugin, follow the following steps:
3636

3737
## Acknowledgements
3838

39-
The [IntelliJ Rust](https://github.com/intellij-rust/intellij-rust) plugin was used for reference.
39+
The [IntelliJ Rust](https://github.com/intellij-rust/intellij-rust) plugin was used for reference.
40+
The [Kotlin Compiler](https://github.com/JetBrains/Kotlin) plugin was used for reference.

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ kotlin {
2727
sourceSets {
2828
main {
2929
java.srcDirs("src/main/gen")
30+
java.srcDirs("src/main/kotlin")
3031
}
3132
}
3233

0 commit comments

Comments
 (0)