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.
是否可以对 API 的各个部分进行分组?例如相关的函数、类型或常量。
例如,Doxygen 支持这样的分组:
/** \name Some API Grouping * \{ */ // code // /* \} */
rustdoc 能做类似的事情吗?
不。
会很好,但遗憾的是没有。
编辑:正如 Matthieu M. 所指出的,您可以将文档注释添加到单个impl块中,但这并不能解决一般情况。
impl