Re: [PHP-DOC] Generation of documentation

2002-10-21 Thread Gabor Hojtsy
> Is there a script available to generate the necessary base .xml > files by reading the proto definitions of an extension? > It appears as though there must/might be. If so, I need to > run it on the mcve extension. If not, please let me know > too, so I can get started on the long way around.

Re: [PHP-DOC] Generation of documentation

2002-10-21 Thread Brad House
Nevermind on this ... I wrote a quick C program to do this for me. I've attached it for anyone else that wants it Just: gcc -Wall -O3 -o xml_proto xml_proto.c Then pass the php extension.c file to the new program, and it will spit out a crapload of files based on the protos. Worked for me.

[PHP-DOC] Generation of documentation

2002-10-20 Thread Brad House
Is there a script available to generate the necessary base .xml files by reading the proto definitions of an extension? It appears as though there must/might be. If so, I need to run it on the mcve extension. If not, please let me know too, so I can get started on the long way around. Thanks. -B