[fpc-pascal] fpdoc - Is there tag for function parameters?

2008-09-09 Thread Dusan Halicky
Hi. I use fpdoc to generate documentation. I want to be function parameters documented also, But I affraid fpdoc doesn't support it yet. Here is what I have in html documentation function FooBar( a: integer; b: boolean ):variant; Here is what I want: function FooBar( a: integer;

Re: [fpc-pascal] fpdoc - Is there tag for function parameters?

2008-09-09 Thread Michael Van Canneyt
On Mon, 8 Sep 2008, Dusan Halicky wrote: > Hi. > > I use fpdoc to generate documentation. I want to be function > parameters documented also, But I affraid fpdoc doesn't support it > yet. Here is what I have in html documentation > > function FooBar( > a: integer; > b: boolean > ):variant;