[fpc-pascal] Does fpdoc sets a particular define ?

2016-10-28 Thread Yann Mérignac
Hi all, While generating documentation for one of my projects I ran into a bug in fpdoc. It crashes on declarations like this one: --- type TObjectBlob = class(specialize TGenBlob) ... end; --- I reported the bug here: http://bugs.freepascal.org/view.php?id=30810 Now, I am looki

Re: [fpc-pascal] Does fpdoc sets a particular define ?

2016-10-28 Thread Michael Van Canneyt
On Fri, 28 Oct 2016, Yann Mérignac wrote: Hi all, While generating documentation for one of my projects I ran into a bug in fpdoc. It crashes on declarations like this one: --- type TObjectBlob = class(specialize TGenBlob) ... end; --- I reported the bug here: http://bugs.freep

Re: [fpc-pascal] Does fpdoc sets a particular define ?

2016-10-28 Thread Yann Mérignac
Thanks ! I'll try to build FPDoc from trunk and test. 2016-10-28 12:11 GMT+02:00 Michael Van Canneyt : > > > On Fri, 28 Oct 2016, Yann Mérignac wrote: > > Hi all, >> >> While generating documentation for one of my projects I ran into a bug in >> fpdoc. It crashes on declarations like this one: >>