mauvecow / DxPortLib

DxPortLib is a portability library for DxLib based software.
Other
41 stars 6 forks source link

Automated documentation methods. #12

Open mauvecow opened 8 years ago

mauvecow commented 8 years ago

I'm actually not very familiar with automated tools to generate documentation from header/source files.

Investigate available options, or take suggestions, here?

yumetodo commented 7 years ago

Doxygen is a most familier tool to generate documentation. Use JSDoc-like syntax comment to generate.

https://github.com/Nagarei/DxLibEx This project use doxygen.