"Egon Schmid (@vacation)" wrote:
> > > i guess you used ext_skel to create the base for your extension?
> > >
> > > if you did so and have generated function stubs using the prototype
> > > file mechanism you can use ext_skel to generate an XML-template
> > > for your extension
> But this will only work if the proto (folding hook) is correct. I'm
> changing that right now. There have been conflicts, so make an update
> when I'm ready.


no , ext-skel generates makefile, autoconf, test and code templates
ready to compile and run, but without any functionality

if you provide an additional file containing c-style function prototypes
it can also create function stubs in the code file and an xml skeleton

it does _not_ work on the code file but creates both code and xml docu
in one process step

the options you need for this are:

  --proto=file       file contains prototypes of functions to create
  --xml              generate xml documentation to be added to
phpdoc-cvs

see php4/README.EXT_SKEL for further info


-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77 

Besuchen Sie uns auf der CeBIT 2001 - in Halle 6 Stand F62/4

Reply via email to