Hi Chris,
Nice tool, thanks for sharing it! I'm just exploring its capabilities, and
found a few questions:
When I try to build the SRVDOC application by calling the CRTSRVDOC program
the compiler strands in an error on SRVDOC_R:
*RNF7062 30 678 061600 There is no OPEN operation for file SRCMBR that
specifies user controlled open.
I guess there must be an OPEN SRCMBR operation somewhere at the start of the
SRVDOC procedure?
I think your purpose is to use the RPGDOC application for complete
documentation of the RPG source.
It would be useful if it could also be used as an API documentation tool for
serviceprograms, with optional suppressing of the documentation of internal
procedures and subroutines. Normally we would hide the internals of
serviceprograms for the programmer that uses them.
Best regards,
Arco Simonse
--
----------------------------------------------------------------------
message: 1
date: Sun, 28 Mar 2010 00:12:58 -0400
from: Chris Wolcott <wolcott@xxxxxxxxxxxxx>
subject: Freeware RPGDOC available
RPGDOC has been released as freeware and it is available at
http://www.freeas400software.com/ It is written in RPG IV and produces
program documentation from a program's source member in a style similar
to JAVADOC documentation.. Best results require a special comment
format, but limited results are possible with just '//' or '*' comment
blocks. See included README.txt for more details.
------------------------------
--
As an Amazon Associate we earn from qualifying purchases.