diff options
-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" \ |