'Javadoc' for PL/SQL?

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



[Quoted] Hi all,

[Quoted] [Quoted] does anybody know a tool for automatical creating of documention of PL/SQL [Quoted] 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 Received on Mon May 19 2003 - 10:10:52 CEST

Original text of this message