Skip to content

Commit

Permalink
Add documentation support based on the KDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedyaseen committed Oct 15, 2023
1 parent 33004a2 commit 1377331
Show file tree
Hide file tree
Showing 50 changed files with 3,286 additions and 182 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# intellij-runescript Changelog

## [Unreleased]
### Added
- Add documentation support based on the KDoc.

### Fixed
- Fix regular expressions not being allowed in hook transmits list.
- Fix invalid symbol file inspection reporting an error for "commands.sym".
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ To install the plugin, follow the following steps:

## Acknowledgements

The [IntelliJ Rust](https://github.com/intellij-rust/intellij-rust) plugin was used for reference.
The [IntelliJ Rust](https://github.com/intellij-rust/intellij-rust) plugin was used for reference.
The [Kotlin Compiler](https://github.com/JetBrains/Kotlin) plugin was used for reference.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ kotlin {
sourceSets {
main {
java.srcDirs("src/main/gen")
java.srcDirs("src/main/kotlin")
}
}

Expand Down
Loading

0 comments on commit 1377331

Please sign in to comment.