I am not sure if this is the right forum to post this in as it is related to a plugin, anyway:
When documenting overriding member functions on object types:
-- Returns the object type as a varchar2.
-- #return The object type as varchar2.
OVERRIDING MEMBER FUNCTION get_type
Plsqldoc generates documentation that looks like this:
Attributes
OVERRIDING Returns the object ...
It seems the plugin is not able to handle the overriding keyword. Is there any way to configure this ?
I am currently using Pl/Sql developer 6.0.4.
Also it would be nice if the documentation automatically could insert a link to the super class when generating documentation for subtypes.
Best
Thorbj
When documenting overriding member functions on object types:
-- Returns the object type as a varchar2.
-- #return The object type as varchar2.
OVERRIDING MEMBER FUNCTION get_type
Plsqldoc generates documentation that looks like this:
Attributes
OVERRIDING Returns the object ...
It seems the plugin is not able to handle the overriding keyword. Is there any way to configure this ?
I am currently using Pl/Sql developer 6.0.4.
Also it would be nice if the documentation automatically could insert a link to the super class when generating documentation for subtypes.
Best
Thorbj