Re: 'Javadoc' for PL/SQL?

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


The first impression by trying out examples was good, but applied of my own packages I've got: Exception in thread "main" net.sourceforge.pldoc.parser.TokenMgrError: Lexical e
rror at line 133, column 25. Encountered: " " (32), after : "="

        at
net.sourceforge.pldoc.parser.PLSQLParserTokenManager.getNextToken(PLS QLParserTokenManager.java:2992)

        at
net.sourceforge.pldoc.parser.PLSQLParser.jj_scan_token(PLSQLParser.ja...

So I'm a bit disappointed

regards
Manmfred

"Manfred Pruntsch" <manfred.pruntsch_at_ifcos.com> schrieb im Newsbeitrag news:baa4uo$qlgas$1_at_ID-51546.news.dfncis.de...
>
> "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 - 13:09:10 CEST

Original text of this message