It would be nice if ROBODoc could output line numbers referencing the original lines in the source files. (Great for code review purposes)
It would be also nice if robodoc could generate formatted and highlighted html files from source files. (Just the plain source like in Doxygen.)
Logged In: YES
user_id=1511265
Originator: YES
Up 4.99.36 the "--source_line_numbers" option is supported. It can display the original source line numbers for SOURCE like items.
The second part of this request is yet to be implemented.