plsqldoc copy parameters incl datatype

All my parameters are derived %type
Is there anything I can do to make plsqldoc to actually explicitly show the datatypes in the documentation, what does "include datatype" do?
I clicked it and unclicked , didn't see any difference?
 
The data types (and in/out mode, defaults) are displayed in the function/procedure declaration. The "Parameters" section is meant to describe the meaning of the parameter.
 
Back
Top