google / google/ksp

Unable to obtain docString for functions in other modules

Open
#2,245 8 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.