PLSQLDoc Package Body

Jeff Ward

Member²
Is there a way of excluding procedures etc. from the documentation i.e. similar to the skip tag for comments?

The reason I ask if that I have already documented my public functions and procedures in the package spec and I would like to document the backage body to only show the private procedures and functions and not duplicate the public.

The main reason for this request is because it is easy to forget to change the comments in the body so an alternative would be if PLSQLDoc could use the comments from the spec if there were no comments for a function/procedure in the body?
 
No, this is currently not possible. All package body elements will be added to the documentation. I have added this to the list of enhancement requests though.
 
Back
Top