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
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
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
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