Re: [fpc-pascal] fpdoc and overloaded functions.

2006-09-13 Thread Graeme Geldenhuys
On 13/09/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > Problems: > 1. How do I get a different description for each overloaded Find method. You can't. Thinking about this, I guess it makes sense. In my case (and should apply to all overloaded methods) the Find function does the same th

Re: [fpc-pascal] fpdoc and overloaded functions.

2006-09-13 Thread Michael Van Canneyt
On Wed, 13 Sep 2006, Graeme Geldenhuys wrote: Hi, What is the best way to document overloaded functions using fpdoc? For example, I have a Find function which has been overloaded four times with different parameters. Looking in the generated *.xml file, I only have one Find element, followe

[fpc-pascal] fpdoc and overloaded functions.

2006-09-13 Thread Graeme Geldenhuys
Hi, What is the best way to document overloaded functions using fpdoc? For example, I have a Find function which has been overloaded four times with different parameters. Looking in the generated *.xml file, I only have one Find element, followed by all the different parameters, each in there o