Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
试图了解 dartdoc 中类别的目的/用法。
他们在做什么?他们是否重新排列输出并将其分组到类别中?有没有完整的例子来说明它们是如何使用的?
我的用例
我已经在我正在研究的颤振实用程序库上使用 dartdoc 生成了一组文档,但它只是将所有类都转储在一起,所有这些都混在一起了。我想通过类别标题下的某种分类将它们分开。
dartdoc 有可能吗?有类别?还是其他机制?
如果是这样,如何做到这一点?
好的,我发布的评论似乎几乎涵盖了类别可以做什么。
这样做的真正方法似乎是破坏子库中的源列表,以便它们单独列出,然后用/// @nodoc库注释隐藏主库。
/// @nodoc