8

对于两个给定的方法:

/**
* Adds a [DataItem] to the Android Wear network. The updated item is synchronized across all devices.
*/
fun putItem(){ .... }

/**
* "same KDOC here with above"
*/
fun putItem(putRequest: PutDataRequest){ .... }

是否有可能复制/链接第二种方法的文档与第一种方法相同?

手动复制粘贴 KDOC 并不是很好,因为如果您更新其中一个,则第二个很可能会意外过时。

4

1 回答 1

5

KDOC 目前没有这样的功能。

请向YouTrack提交功能请求。

KDOC的参考指南显示了可用的功能集。

于 2016-03-13T13:27:14.943 回答