feat(BaseLangDoc): multi RefClass to support Ref in javadoc and kotlin doc

This commit is contained in:
林万程
2024-01-26 19:59:17 +08:00
parent b0cd5ad4e1
commit 25caa79a68
10 changed files with 52 additions and 24 deletions

View File

@@ -4,6 +4,12 @@ import io.github.linwancen.plugin.show.demo.java.obj.Child
import io.github.linwancen.plugin.show.demo.java.obj.Parent
/**
* Kotlin
*
* [call]
* [InDoc.field]
* [InDoc.method1] [InDoc.method2]
*
* @author l
*/
object Kotlin : Parent() {