feat(BaseLangDoc): multi RefClass to support Ref in javadoc and kotlin doc
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user