[progress Communities] [progress Openedge Abl] Forum Post: Re: Openedge 11.6 - Generate Abl...

  • Thread starter Ramadevi Dhavala
  • Start date
Status
Not open for further replies.
R

Ramadevi Dhavala

Guest
Hi, You can find the complete documentation on ABLDoc generation from the following link: documentation.progress.com/.../index.html Following is the sample code to generate the comments for method parameters. Unfortunately this is not working for constructor parameters. Will get you back on this whether it is a bug or limitation. CLASS testClass2: /*------------------------------------------------------------------------------ Purpose: Notes: @param p1 - character value input parameter @param p2 - integer value input parameter ------------------------------------------------------------------------------*/ METHOD PUBLIC VOID meth1( p1 AS CHARACTER, p2 AS INTEGER ): RETURN. END METHOD. END CLASS. Thanks, Rama

Continue reading...
 
Status
Not open for further replies.
Top