Is there a chance to include a type specs and body to be analyzed for member procedures , constructors etc. ?
E,g,
- member procedure print_red_text(self in out nocopy ut_console_reporter_base, a_text varchar2)
- constructor function ut_executable
- map member function pk return varchar2
- overriding member procedure after_calling_run
I had a look and was hoping its just a matter of modify regex in dox.js but I'm no js expert and seems like it didnt work :)