discovered: after the firs commen "Ǵambas class file" put the class comment
documentation, as:


' Gambas class file
> '' lorem ipsum doc class for generation lorem ipsum doc class...
> Export
> Inherits GridView
> Public Const _Group As String = "Data"
> ...


and its done.. great!



Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-06-21 11:35 GMT-04:30 PICCORO McKAY Lenz <mckaygerh...@gmail.com>:

> in gambas when i put double quote in a variable and added a comment this
> generate a docs for :
>
> Public var1 AS String = "variable1"  '' public var1 with default string
> 'variable1'
>
> that code in the ide generates me that:
>
> Ftest.var1
>> PUBLIC var1 as STRING
>> variable1"  '' public var1 with default string 'variable1'
>
>
> How can i do the same for a hole class file
>
> PD: NOTE: if you use [var2] inside that comment will automatically
> generate link to the var2 delared doc from comment, if var2 has it
>
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to