[Gambas-user] Help comments are now exported

Sebastian Kulesz sebikul at ...626...
Sat Nov 10 05:25:39 CET 2012


On Fri, Nov 9, 2012 at 9:43 PM, Willy Raets <willy at ...2734...>wrote:

> On Sat, 2012-11-10 at 01:26 +0100, Benoît Minisini wrote:
> > Hi,
> >
> > Since revision #5311, help comments are now exported by the compiler
> > into the information files of libraries and components (*.info files).
> >
> > Consequently, if you define some help in your libraries, you will see
> > them in the IDE!
> >
> )))) YES ((((
>
> > Help comments must begin with two quotes and a space (`'' `), and must
> > be located:
> >
> > - On the same line of the declaration of the documented symbol.
> >
> > - Or on several lines just before the declaration of the documented
> symbol.
> >
> > A class can have its own help comments. The class help comments must
> > begin with three quotes and a space (`''' `), and must be the first help
> > comments of the class source file.
> >
> > Note: The syntax used in help comments is a Gambas markup language
> > mainly inspired from the Markdown markup language. [1]
> >
> > Enjoy it!
> >
> > [1] http://en.wikipedia.org/wiki/Markdown
> >
>
> Thank you Benoît, you've made my day :-)
>
> Willy
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

Hi! I'm seeing numerous compilation errors when compiling the IDE and the
examples. They happen both locally and on the daily builds PPA. Must be the
changes made to the compiler, because those files where not touched in a
while.

Here is the Quantal log:
https://launchpadlibrarian.net/122535045/buildlog_ubuntu-quantal-i386.gambas3_3.3.90-0%2Bsvn4183-build23~quantal1_FAILEDTOBUILD.txt.gz

And Precise:
https://launchpadlibrarian.net/122537015/buildlog_ubuntu-precise-i386.gambas3_3.3.90-0%2Bsvn4183-build15~precise1_FAILEDTOBUILD.txt.gz

The errors seem to be incorrect, not sure why.

Anything i can do to help, please let me know!



More information about the User mailing list