gpt4 book ai didi

flutter - 如何继承dart文档

转载 作者:行者123 更新时间:2023-12-02 02:06:35 25 4
gpt4 key购买 nike

我有一个已记录的类,另一个类正在实现该接口(interface)。我怎样才能继承文档?

class A {

///Documentation
void documented(){}
}

class B implements A {
var a = A();

///@inherit from A
void documented(){}


}

// later I have instance of B and I would like to have documentation on method.

B().documented(); // documentation is empty

最佳答案

如果您的派生类不需要添加任何其他文档,则可以省略派生类中重写成员的文档。 dartdoc在生成文档时会自动从基类复制文档。

关于flutter - 如何继承dart文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68362371/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com