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.
我有两个非常相似的功能,并且都需要完全相同的文档。黑线鳕有没有办法避免评论重复?
我在 Haddock 文档中找不到此功能的描述,但我想有办法做到这一点。
例如,在 Javadoc 中有{@inheritDoc}和@see SomeClass#someMethod()。黑线鳕呢?
{@inheritDoc}
@see SomeClass#someMethod()
不幸的是,函数声明目前不可能有可重用的 Haddock 文档。这是一个跟踪此问题的问题。
-- $chunk_name文档块命名仅适用于模块文档,即导出部分。这仅适用于将文档从模块顶部移动到底部以减少混乱。
-- $chunk_name
此问题的常见解决方法是:
-- | See `functionName`. OR -- | See 'functionName'.
bytestring
vector