no, it's not my source.
what i am actually trying to do is, to extract the documentation for any given item, to be able to display it at runtime.
i figured out how to pick the docs from a file, and now i need to find the file.
potentially i could do a search on the master()->programs mapping,
or alternatively modify the compile process to store the documentation alongside the compiled object. maybe even add a _doc() function to each class. no idea how to do that though...
greetings, martin.