diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-24 07:40:32 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-24 07:40:32 +0000 |
| commit | a67157c2c27969272380d470a4c7425b0333b06c (patch) | |
| tree | 9ef1c6320b00615ddeda868e5e9726bc1a2cdb4e | |
| parent | 1c16ed47bc99b48191c5574f1aa34eb961ee24f3 (diff) | |
| download | php-git-a67157c2c27969272380d470a4c7425b0333b06c.tar.gz | |
<funcprototype> added to xml generation
| -rwxr-xr-x | ext/skeleton/create_stubs | 4 |
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" \ |
