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 // /* \} */
ラストドックは似たようなことができますか?
いいえ。
いいでしょうが、残念ながら違います。
編集:Matthieu M.が指摘したように、個々のブロックにドキュメントコメントを追加できimplますが、それでは一般的なケースは解決されません。
impl