Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

plsqldoc

792239Aug 18 2010 — edited Aug 18 2010
Hi, how are you? i have some questions, if you can anwser me, i'll be so happy...
Well, i'm try to use the plsqldoc plugin to plsql developer 8.0, the version of the plsqldoc is 1.2, i need know if can i comment the body of the struture and this show on the documentation, for exemple;
if i comment before the procedure in a package, the comment shows in the side of the name of the procedure, it's ok, but i need comment in the struture body, or be, inside of the procedure code, and i need this show in the documentation.

for exemple;

--comment that shows in documentation
procedure teste1 is

-- this comment doesn't show (I want this show in documentation)
Cursor c_payments(p_dt_proc Date, p_dt_proc_atu Date) Is
select * from employees;

end;




Thank's
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2010
Added on Aug 18 2010
5 comments
1,896 views