Stephan Schielke
Member
Hello!
Im using plsqldoc 1.2.0 with oracle 10g and pl/sql developer 8.0.4.
I need to set a {link} from the package body to the package definition. There are two files.
The p_utilities.imp:
CREATE OR REPLACE PACKAGE BODY p_utilities...
and the p_utilities.def:
CREATE OR REPLACE PACKAGE p_utilities...
In the def are the method headers and in the imp are the bodies of these methods. Only the method headers are documented to avoid a double and error-prone documentation. I would like to set a link from the imp part to the def part with:
{%link p_utilities.methodname}
This link jumps to the method body procedure instead of the documented header procedure.
Is there a way to differentiate between imp and def like:
{%link p_utilities.def.methodname}
{%link p_utilities.imp.methodname}?
with kind regards
Stephan Schielke
By the way:
Will there be a new version of plsqldoc?
Im using plsqldoc 1.2.0 with oracle 10g and pl/sql developer 8.0.4.
I need to set a {link} from the package body to the package definition. There are two files.
The p_utilities.imp:
CREATE OR REPLACE PACKAGE BODY p_utilities...
and the p_utilities.def:
CREATE OR REPLACE PACKAGE p_utilities...
In the def are the method headers and in the imp are the bodies of these methods. Only the method headers are documented to avoid a double and error-prone documentation. I would like to set a link from the imp part to the def part with:
{%link p_utilities.methodname}
This link jumps to the method body procedure instead of the documented header procedure.
Is there a way to differentiate between imp and def like:
{%link p_utilities.def.methodname}
{%link p_utilities.imp.methodname}?
with kind regards
Stephan Schielke
By the way:
Will there be a new version of plsqldoc?