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
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
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:
>>