Comments in my source code are in one language but I need to generate source code documentation in another language.
When I generate documentation via pldoc then there is an application.xml file in the output directory, which contains all extracted comments in xml format. I'm able to translate this file to the required language but I'm not able to generate html files from this translated application.xml file. It would be nice to have possibility (new command line option) to take my translated application.xml file as the source of comments (instead of real PL/SQL source code) and generate html output from it.
Is it possible to add this new option?
Or can you recommend some other way how to generate documentation in different language?
As the Application.xml is the source of all the generated HTML, it makes development sense to have a breakpoint in the workflow after it has been generated. There could be an option to:-
1) Generate Application.xml only;
2) Generate HTML from an application.xml (optional parameter - default Application.xml);
3) Generate Application.xml and HTML (default option)
I will try to have a look at this