DxPortLib icon indicating copy to clipboard operation
DxPortLib copied to clipboard

Automated documentation methods.

Open mauvecow opened this issue 9 years ago • 1 comments

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

Investigate available options, or take suggestions, here?

mauvecow avatar Jan 28 '16 23:01 mauvecow

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.

yumetodo avatar Feb 24 '17 14:02 yumetodo