Re: 'Javadoc' for PL/SQL?

From: Manfred Pruntsch <manfred.pruntsch_at_ifcos.com>
Date: Mon, 19 May 2003 10:33:37 +0200
Message-ID: <baa4uo$qlgas$1_at_ID-51546.news.dfncis.de>


[Quoted] "Manfred Pruntsch" <manfred.pruntsch_at_ifcos.com> schrieb im Newsbeitrag news:baa3k3$psqnp$1_at_ID-51546.news.dfncis.de...
> Hi all,
>
> does anybody know a tool for automatical creating of documention of PL/SQL
> code in a similiar way like javadoc, html based ...
> By defining a particular template like in javadoc:
> ---------------------------------------------------------------------
> /**
> * This function determined the maximum number.
> * _at_params <code>col</code> The column name.
> * _at_return <code>maximum</code> The maximum of...
> */
> function getMaxNumber(col in varchar2) return number is
> ....
> ....
> return maximum;
> end getMaxNumber;
> ---------------------------------------------------------------------
>
> an appropriate tool should be be able to extract the special comments
> started with '/**' for example and generate a documentation.
>
> Thanks in advance
>
> regards
> Manfred
>
>
>

Hi,

I just found a project that promise what I'm looking for. The address is: http://pldoc.sourceforge.net/ It seems to be they done a good job.

regards
Manfred Received on Mon May 19 2003 - 10:33:37 CEST

Original text of this message