Re: [PHP-DOC] OO-interface documentation

2004-03-30 Thread Gabor Hojtsy
Hi! Erm, I know that much. My question was more along the lines of what markup to use. The use of multiple 's within a refentry is perfectly valid but our stylesheets display CVS version information for both refname's, which is ... rather ugly as version information will always default to "no ve

Re: [PHP-DOC] OO-interface documentation

2004-03-30 Thread [EMAIL PROTECTED]
Erm, I know that much. My question was more along the lines of what markup to use. The use of multiple 's within a refentry is perfectly valid but our stylesheets display CVS version information for both refname's, which is ... rather ugly as version information will always default to "no version

Re: [PHP-DOC] OO-interface documentation

2004-03-29 Thread Ken Tossell
Just, AFAIK, methods that you call on objects should be documented as ClassName->method();, whereas statically called methods should be ClassName::method(); -- but I can't think of an example of the latter... Ken

[PHP-DOC] OO-interface documentation

2004-03-29 Thread irchtml
I was documenting the XSL functions (or at least getting the skeletons done so the manual would build with the XSL ref) and I was wondering if there was an agreed upon convention for documenting the OO interfaces. I was going to use the same method that Georg is using for MySQLi, I wanted to check