Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread michael . vancanneyt
On Thu, 17 Nov 2011, Reinier Olislagers wrote: Hi list, I want to document packages/fcl-db/src/sqldb/interbase/ibconnection.pp So I run this to get started: makeskel --disable-private --emit-class-separator --update --package=fcl-sqldb

Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread Graeme Geldenhuys
On 17 November 2011 11:06, michael.vancanneyt@... wrote: Apart from that, is this the right command to start? You can drop the '--update', if it is the first time. and the output option should be  --output=ibconnection.xml, not  --output=ibconnection.pp I would even go as far as to

Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread michael . vancanneyt
On Thu, 17 Nov 2011, Graeme Geldenhuys wrote: On 17 November 2011 11:06, michael.vancanneyt@... wrote: Apart from that, is this the right command to start? You can drop the '--update', if it is the first time. and the output option should be  --output=ibconnection.xml, not  

Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread Graeme Geldenhuys
On 17 November 2011 11:45, michael.vancanneyt@ wrote: I'm not sure why you recommend leaving makeskel ? I use it always for the initial file ? Given the proper parameters, it creates a very usable initial file ? Maybe fpdoc has improved in those areas since I found the issues with

Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread Reinier Olislagers
On 17-11-2011 10:06, michael.vancann...@wisa.be wrote: On Thu, 17 Nov 2011, Reinier Olislagers wrote: I want to document packages/fcl-db/src/sqldb/interbase/ibconnection.pp snip stuff about makeskel What do I enter as package? fcl-sqldb? How do I find out? (And if so, can that be documented

Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread Graeme Geldenhuys
On 17 November 2011 12:23, Reinier Olislagers reinierolislagers@g. wrote: Thanks, I know, but does that include the internal (private) ones? That would seem a bit restrictive... No, as far as I know that restriction only applies to Public and Published visibility. -- Regards,   - Graeme -

Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread michael . vancanneyt
On Thu, 17 Nov 2011, Graeme Geldenhuys wrote: On 17 November 2011 11:45, michael.vancanneyt@ wrote: I'm not sure why you recommend leaving makeskel ? I use it always for the initial file ? Given the proper parameters, it creates a very usable initial file ? Maybe fpdoc has improved

Re: [fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-17 Thread Graeme Geldenhuys
On 17 November 2011 14:46, michael.vancanneyt@... wrote: It only generates empty tags. If you say 'update' then it generates a new file with empty tags for elements for which no tag was found. I'm not referring to the update action of makeskel, I meant the first time you run makeskel, it

[fpc-pascal] Makeskel how to add Firebird connection documentation?

2011-11-16 Thread Reinier Olislagers
Hi list, I want to document packages/fcl-db/src/sqldb/interbase/ibconnection.pp So I run this to get started: makeskel --disable-private --emit-class-separator --update --package=fcl-sqldb --input=/home/reinier/fpc271/packages/fcl-db/src/sqldb/interbase/ibconnection.pp --output=ibconnection.pp