Browse Source

<funcprototype> added to xml generation

PHP-4.0.5
Hartmut Holzgraefe 26 years ago
parent
commit
a67157c2c2
  1. 4
      ext/skeleton/create_stubs

4
ext/skeleton/create_stubs

@ -172,7 +172,8 @@ END {
" <refsect1>\n" \
" <title>Description</title>\n" \
" <funcsynopsis>\n" \
" <funcdef>" types[i] " <function>" funcs[i] "</function></funcdef>\n"
" <funcprototype>\n" \
" <funcdef>" types[i] " <function>" funcs[i] "</function></funcdef>\n"
if (maxargs[i]) {
zvals = "\tzval "
@ -275,6 +276,7 @@ END {
"\t\t\tbreak;\n" check_argc "\t}"
}
xmlstr = xmlstr xmlparams \
" </funcprototype>\n" \
" </funcsynopsis>\n" \
" <para>\n" \
" </para>\n" \

Loading…
Cancel
Save