Hi,
I've been developing a PHP extension and used ext_skel to generate the
stubs for each function that I coded.
At the begin of a function there is some meta information about the
arguments and the return value.
I would like to use that meta information to generate a document about
the extension, in order to describe it to the users. Is there any tool
out there able to help my in this task?
Best regards,
Gama Franco
I've been developing a PHP extension and used ext_skel to generate the
stubs for each function that I coded.
At the begin of a function there is some meta information about the
arguments and the return value.
I would like to use that meta information to generate a document about
the extension, in order to describe it to the users. Is there any tool
out there able to help my in this task?
Best regards,
Gama Franco
Comment