PL DOC source forge - 2 issues
        Posted  
        
            by 
                user1792793
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1792793
        
        
        
        Published on 2012-11-01T22:58:36Z
        Indexed on 
            2012/11/01
            23:00 UTC
        
        
        Read the original article
        Hit count: 312
        
I'm attempting to use PLDOC source forge (http://pldoc.sourceforge.net/maven-site/) with my code to generate a neat page with comments of my liking. I'm coming across 2 issues, any help would be appreciated.
1> I've been using tags (/**, */) to make comments and this works perfectly for functions, but does not appear in procedures. My Functions and procedures are independent and not in packages, and trying to add comments before the PROCEDURE declaration just gets deleted when saved.
2> if i try to use the recommended method of getting the data directly from teh database (call pldoc.bat -url jdbc:oracle:thin:@localhost:1521:ORCL -user SCOTT -password TIGER -sql SYS_OWNER.DBMS_PIPE,SYS_OWNER.DBMS_OUTPUT), it puts all the available functions and procedures under the user SIS_OWNER (SIS_owner is the only link available on the left hand side). I want to change this so that I can view all the methods in the list instead. Problem with procedures stated in 1 still exists with this method.
Please let me know if you have overcome this and any pointers would be great.
Thanks
© Stack Overflow or respective owner