Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 330 Bytes

8_5_module_doc.md

File metadata and controls

10 lines (9 loc) · 330 Bytes

module のドキュメンテーション

python

次のように実行したときに、必要な情報が入手できるように、モジュールの構成と、doc commentを充実させる。

>>> import stereoigev
>>> help(stereoigev)

C++

Doxygen で受け付けるdocumentation comment を書く。