PLSQLDOC could not generate documentation

joachim

Member²
PLSQLDOC could not generate documentation.
No problems with version 13 and older for the same files
Best regards
Joachim
 
It seems to work just fine. Can you go to Plug-Ins > plsqldoc > Configure and check if the "Root directory" is defined correctly? The directory must exist and must be writable.
 
It has nothing to do with the directory as it's the same for all others versions of plsqldev.

Even this little code can't be documented:

create or replace package dummy is
/**
Author : T. Tester
Created : 25.02.2020 11:21:36
Purpose : Just a Test
*/

end dummy;
 
Back
Top