mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Fix docs
This commit is contained in:
parent
0ae03d141e
commit
3ce1e4f029
@ -87,11 +87,11 @@ public interface JvmPluginDescription : PluginDescription {
|
||||
* ```
|
||||
*
|
||||
* #### Java Example
|
||||
* ```
|
||||
* ```java
|
||||
* JvmPluginDescription desc = new JvmPluginDescriptionBuilder("org.example.example-plugin", "1.0.0")
|
||||
* .info("This is an example plugin")
|
||||
* .dependsOn("org.example.another-plugin")
|
||||
* .build()
|
||||
* .build();
|
||||
* ```
|
||||
*
|
||||
* @see [JvmPluginDescription.invoke]
|
||||
|
Loading…
Reference in New Issue
Block a user