Ary Borenszweig wrote:
4. Is there a tool to generate documentation with cross-references?
dmd probably can do this, again I've never done it so don't know.
No, it doesn't. I think it doesn't because semantic analysis isn't run
when generating docs.
Might be a good idea for a feature request, some semantics would be
really useful in the docs, as you said.
5. Would it help if Descent generated cross-referenced documentation
for a project?
I'm sure someone would find it useful to be able to click a button to
generate documentation rather than hit a terminal and enter a command.
You are right. :)
I'll try to work on something...
Thanks for your answers, Robert!