[fpc-pascal] FPC 2.4.1 fpdoc fails to parse code in interface section

2010-06-08 Thread Graeme Geldenhuys
fpdoc or fcl-passrc seems to be worse of than it was before. I know fcl-passrc was going to be modified for fpdoc, so it only parses the interface section. But the code listed in the bug report IS in the interface section. It can't seem to parse a class definition that contains the 'platform'

[fpc-pascal] Re: FPC 2.4.1 fpdoc fails to parse code in interface section

2010-06-08 Thread Graeme Geldenhuys
Here is another parser error causing fpdoc to fail generating documentation. http://bugs.freepascal.org/view.php?id=16673 -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/

[fpc-pascal] fpdoc and multiple Include paths issue

2010-06-08 Thread Graeme Geldenhuys
Hi Is fpdoc supposed to handle multiple include paths with one -Fi parameter? eg: --input='-Fi../src/corelib;../src/corelib/x11 ../src/corelib/fpg_utils.pas' --descr=xml/corelib/fpg_utils.xml \ The above line fails. fpdoc cannot find the include file used my fpg_utils.pas unit. Changing

Re: [fpc-pascal] fpdoc and multiple Include paths issue

2010-06-08 Thread Michael Van Canneyt
On Tue, 8 Jun 2010, Graeme Geldenhuys wrote: Hi Is fpdoc supposed to handle multiple include paths with one -Fi parameter? eg: --input='-Fi../src/corelib;../src/corelib/x11 ../src/corelib/fpg_utils.pas' --descr=xml/corelib/fpg_utils.xml \ The above line fails. fpdoc cannot find the

Re: [fpc-pascal] fpdoc and multiple Include paths issue

2010-06-08 Thread Jonas Maebe
On 08 Jun 2010, at 14:16, Graeme Geldenhuys wrote: I know, and tried both just too see. But as Jonas has said, FPC itself uses semi-colon on all platforms, hence the reason I tried semi-colon first. The compiler should actually be changed to use the platform-specific separator, because

Re: [fpc-pascal] fpdoc and multiple Include paths issue

2010-06-08 Thread Graeme Geldenhuys
Op 2010-06-08 14:23, Jonas Maebe het geskryf: The compiler should actually be changed to use the platform-specific separator, because a directory on a unix platform can perfectly contain a semi-colon. I guess, but do you really want to go down that route? :-) Linux (and probably other

Re: [fpc-pascal] Mozilla XPCOM

2010-06-08 Thread Marcos Douglas
Hi Luiz, On Mon, Jun 7, 2010 at 10:35 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: Take a look at http://lazarusroad.blogspot.com/2008/11/effect-of-using-constant-parameter-for.html Then, this continue true how I said in other mail: On Mon, Jun 7, 2010 at 11:59 AM, Marcos

Re: [fpc-pascal] Mozilla XPCOM

2010-06-08 Thread Luiz Americo Pereira Camara
Marcos Douglas escreveu: Hi Luiz, On Mon, Jun 7, 2010 at 10:35 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: Take a look at http://lazarusroad.blogspot.com/2008/11/effect-of-using-constant-parameter-for.html Then, this continue true how I said in other mail: On Mon, Jun

Re: [fpc-pascal] fpdoc and multiple Include paths issue

2010-06-08 Thread Jürgen Hestermann
Jonas Maebe schrieb: because a directory on a unix platform can perfectly contain a semi-colon. That applies to Windows too. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re[2]: [fpc-pascal] fpdoc and multiple Include paths issue

2010-06-08 Thread José Mejuto
Hello FPC-Pascal, Tuesday, June 8, 2010, 2:23:52 PM, you wrote: I know, and tried both just too see. But as Jonas has said, FPC itself uses semi-colon on all platforms, hence the reason I tried semi-colon first. JM The compiler should actually be changed to use the platform-specific JM

[fpc-pascal] Lazarus and Freepascal meeting, june 26, The Netherlands

2010-06-08 Thread Joost van der Sluis
Hi all, On the 26th of june there is a meeting for the Lazarus and Freepascal developers in the Netherlands. The developers who have time and the possibility to come to the Netherlands will be there, to see each other in the 'real world'. And to discuss ideas and new developments around

Re: [fpc-pascal] Mozilla XPCOM

2010-06-08 Thread Marcos Douglas
On Tue, Jun 8, 2010 at 12:55 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: Marcos Douglas escreveu: Hi Luiz, On Mon, Jun 7, 2010 at 10:35 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: Take a look at