Lack of output in PLSQLDoc

Krzysztof

Member
I have package spec.
create or replace package INFO_TMP as
-- Package description

-- Procedure description
procedure ALL_INFO;

end;

Output from PLSQLDoc:
USER@ALIAS
index
Package INFO_TMP
--------------------------------------------------------------------------------
Program units
ALL_INFO
--------------------------------------------------------------------------------
ALL_INFO
procedure ALL_INFO

There is no entered into package spec description.
Everything was fine the day before.

Can I reinstall PLSQLDoc Plug-in? What can be cause of this problem?

Regards
 
Back
Top