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