CREATE OR REPLACE PACKAGE BODY test
/**
Package spec text
This is test comment which will span multiple lines and plsqldoc will
normally merge those lines together for the synopsis. This is test
comment which will span multiple lines and plsqldoc will normally merge
those lines together for the synopsis.
This is test comment which will span multiple lines and plsqldoc will
normally merge those lines together for the synopsis.
%History
--! History info1 ending with comma,
--! History info2 ending with semicolon;
--! History info3 ending with colon:
--! History info4 ending with point.
--! History info5 ending with nothing
*/
IS
/**
This is test comment which will span multiple lines and plsqldoc will
normally merge those lines together for the synopsis. This is test
comment which will span multiple lines and plsqldoc will normally merge
those lines together for the synopsis.
This is test comment which will span multiple lines and plsqldoc will
normally merge those lines together for the synopsis.
%param arg1 Argument number 3
%param arg2 Argument number 2
--! Comment line1 after param ending with comma,
--! Comment line2 after param ending with semicolon;
--! Comment line3 after param ending with colon:
--! Comment line4 after param ending with point.
--! Comment line5 after param ending with nothing
*/
PROCEDURE test_1 IS BEGIN NULL; END;
END test;