Unable to obtain docString for functions in other modules
Open
P4
- Dominant language
- Kotlin
- Stars
- 3.5k
- Forks
- 415
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 53
Description
Unable to obtain docString for functions in other modules
API: **KSFunctionDeclaration#docString**
**Handling Class A**
```kotlin
//This module
interface A : B {
/**
* doc
*/
fun a()
}
//Other module
interface B {
/**
* doc
*/
fun b()
}
```
Function a can obtain doc
Function b can't obtain doc
Contributor guide
Assessment
This issue has not been assessed yet.