inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

add way to parse the rdoc/yard documentation in C/C++ code #76

Closed Hanmac closed 9 years ago

Hanmac commented 9 years ago

rdoc/yard has a way to generate the documentation from inline C/C++ code, inch should maybe use the same or similar way (maybe even reusing the classes/functions of rdoc) to get the documentation from C/C++ code.

otherwise inch cant be used for such projects.