summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-06-24 07:40:32 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-06-24 07:40:32 +0000
commita67157c2c27969272380d470a4c7425b0333b06c (patch)
tree9ef1c6320b00615ddeda868e5e9726bc1a2cdb4e
parent1c16ed47bc99b48191c5574f1aa34eb961ee24f3 (diff)
downloadphp-git-a67157c2c27969272380d470a4c7425b0333b06c.tar.gz
<funcprototype> added to xml generation
-rwxr-xr-xext/skeleton/create_stubs4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/skeleton/create_stubs b/ext/skeleton/create_stubs
index 114410b9a7..e7ea6a165b 100755
--- a/ext/skeleton/create_stubs
+++ b/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" \