Re: [fpc-pascal] fpDoc Question

2010-05-08 Thread Lee Jenkins
Graeme Geldenhuys wrote: On 8 May 2010 15:53, Lee Jenkins wrote: Does fpDoc per chance understand the markup used by pasdoc? Specifically, I used comments like this: fpdoc doesn't use comments from inside the source code. Instead it reads the comments from an external XML file and merging it

Re: [fpc-pascal] fpDoc Question

2010-05-08 Thread Graeme Geldenhuys
On 8 May 2010 15:53, Lee Jenkins wrote: > > Does fpDoc per chance understand the markup used by pasdoc?  Specifically, I > used comments like this: fpdoc doesn't use comments from inside the source code. Instead it reads the comments from an external XML file and merging it with the source code t

[fpc-pascal] fpDoc Question

2010-05-08 Thread Lee Jenkins
Does fpDoc per chance understand the markup used by pasdoc? Specifically, I used comments like this: {: Particularly useful when applied to THusband or TBoyfriend. } ICleaner interface procedure CleanAfterSelf; end; {: Particularly useful when applied to TWife or TGirlfriend. } IGymnast =

Re: [fpc-pascal] FPDoc question

2005-09-27 Thread Darius Blaszijk
On Mon, 2005-09-26 at 10:10, Michael Van Canneyt wrote: > > - can I find somewhere a description on topic tags?? I have searched the > > reference manual, but it seems it's not documented there. > > Strange, what version of the docs do you have ? It's definitely > documented, it was already for 2.

Re: [fpc-pascal] FPDoc question

2005-09-26 Thread Michael Van Canneyt
On Sun, 25 Sep 2005, [EMAIL PROTECTED] wrote: I have two questions regarding FPDoc; - can I find somewhere a description on topic tags?? I have searched the reference manual, but it seems it's not documented there. Strange, what version of the docs do you have ? It's definitely documented,

Re: [fpc-pascal] FPDoc question

2005-09-26 Thread dhkblaszyk
> If you look at cvsmodule fpcdoc, there is a baseunix.xml I see now thanks. It apears that example is also a non documented tag, next to topic. Is there some way to find more information other that look in the source of fpdoc?? Darius ___ fpc-pascal m

Re: [fpc-pascal] FPDoc question

2005-09-25 Thread Marco van de Voort
[ Charset ISO-8859-1 unsupported, converting... ] > I have two questions regarding FPDoc; > > - can I find somewhere a description on topic tags?? I have searched the > reference manual, but it seems it's not documented there. > - how can I add examples to my documentation. I understand how to add

[fpc-pascal] FPDoc question

2005-09-25 Thread dhkblaszyk
I have two questions regarding FPDoc; - can I find somewhere a description on topic tags?? I have searched the reference manual, but it seems it's not documented there. - how can I add examples to my documentation. I understand how to add formatted code, but what I mean is shown here: http://commu