Hi All,
We are looking for some some auto doc generator which can generate doc from q function (user defined), q db schema files in html static page. As this we need in some automated manner so prefer non gui solution. Kindly let us know if someone knows any possible/optimum solution.
In my project, I use this (an slightly modified version of it, anyway): https://github.com/jasraj/q-doc
Hi Rajkumar,
You could also have a look at the Doxygen filters that have been put together for KDB+, which should allow you to convert your file into something that can be used by Doxygen, link below:
http://doxyf.sourceforge.net/doc0/html/qoxygen1/index.html
Thanks,
Joseph