plsqldoc - redirecting generated html documentation

mr

Member
Does anyone know if there is an option to redirect the generated html documentation(using plsqldoc plugin) to some other directory. By default it places the documentation in the directory where plsql developer is installed.

thanks
 
In the plsqldoc configuration (Tools > plsqldoc > Configure) you can set the Root directory for the documentation.
 
THanks Marco,
I meant to ask if I can redirect it on the fly. Meaning, when I execute 'plugin plsqldocgenerate [object name]', is there anyway to specify teh location where I want the doc to go to.
 
No. You can however set a registry entry before calling PL/SQL Developer, and restore it afterwards. Would that help?
 
I could imagine a feature to control it inline in the package documentation where the HTML output should go to (including relative path support).
 
Back
Top