[Gambas-user] An easy way to document a Gambas program?

Jussi Lahtinen jussi.lahtinen at ...626...
Tue Sep 14 19:10:03 CEST 2010


Nice, just learned this! Very useful!
Is it possible to do multi lined help lines?
Now they are concatenated without newlines:
''Line1
''Line2
-->
Line1 Line2

Jussi


On Tue, Sep 14, 2010 at 18:03, Fabien Bodard <gambas.fr at ...626...> wrote:

> hum... there is a way to document you class in code with the ' '
>
> 'hi is a comment
> ''hi is a help line
>
> help line must be between to class declaration or in the same line
> for a variable declaration too
> this is valid only in gb3 (and is not perfect)
>
> Maybe we need to add an export function .... This tool have been done
> to remember the  work done in the project.
> What is this variable for ? or this class ?
>
> 2010/9/14 Lord Quo <lord.quo at ...626...>:
> >    Mmmm, the program, something like the wiki http://gambasdoc.org or
> the
> > help that appears when I write code in the IDE. This help appears also
> with
> > my own classes and modules.
> >
> >    Thanks.
> >
> > --------------------------------------------------
> > From: "Fabien Bodard" <gambas.fr at ...626...>
> > Sent: Tuesday, September 14, 2010 12:54 AM
> > To: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
> > Subject: Re: [Gambas-user] An easy way to document a Gambas program?
> >
> >> to document the code or the program itself ?
> >>
> >> 2010/9/14 Lord Quo <lord.quo at ...626...>:
> >>>    Hi, again me  :-)
> >>>
> >>>    Is there an easy way to document a Gambas program? Most are classes
> >>> and
> >>> modules.
> >>>
> >>>    Thanks
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Start uncovering the many advantages of virtual appliances
> > and start using them to simplify application deployment and
> > accelerate your shift to cloud computing.
> > http://p.sf.net/sfu/novell-sfdev2dev
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
>
> --
> Fabien Bodard
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list