q-doc
q-doc copied to clipboard
Javadoc inspired documentation generator for kdb+
Hi Jas Ok so I'm not really asking you to do this - more asking advice if you think there would be any issues doing them, or if there is...
Hi Jasraj, I have tried your q-doc on my Q codebase. It works great. But, my concern is that I want to save the documentation on disk and want to...
A possible bugfix: ``` ------------------------------- q-doc-parser.q -------------------------------- index 448f4c1..e4761d7 100644 @@ -132,8 +132,8 @@ namespaces:fills?[namespaceSwitches;`$2_/:funcSignatures;`]; / Recover namespace for each function - funcAndArgs:(!). flip(({$[(~).(first;last)@\:y;`;$[(null x)or(y[0]like ".*");::;` sv x,]`$y 0]}@/:namespaces),\:last)@\:'":"vs/:funcSignatures; -...
I find that parsing fails entirely when the system "l" command is present, i.e. the first one fails whereas the second one works $ cat test.q system "d"; / print...