【发布时间】:2018-12-07 20:30:26
【问题描述】:
我们应该使用什么标记来标记某个东西是 typedoc 中的方法。例如我有以下评论:
/**
* The index for all of the ValidationContext instances.
* Not meant to be accessed directly. Only decorators should
* be modifying the state of the cache by using the addValidationContext() method.
*/
我如何告诉 typedoc addValidationContext 是类的方法?
【问题讨论】:
标签: javascript typescript jsdoc typedoc