(For Gaetano: described fixes are not instant, they will appear in couple of days.)
Gaetano Giunta wrote: > - Function pdf_set_horiz_scaling misses the "Deprecated:" keyword > next to the function name in the first section (before "Description") Fixed. There are still two versions of describing deprecated functions: "Deprecated:" in the beginning of <refpurpose> or "[deprecated]" at the end. > - Functions msql_dropdb, msql_freeresult, msql_listdbs, > msql_listfields, msql_listtables, msql_regcase and msql_selectdb > miss the "Alias of xxx" description in the first section msql_regcase fixed (by Kenneth in fact), others removed in reference to howto/chapter-what-to-document. > - Function aliases definitions: most of them use "Alias of", > while 7 definitions use "Alias for" and one uses "equivalent to" Fixed. I left it in SWFbutton->* as they are not real aliases and in die() as it is not a function but language construct. > - The following functions have prototypes where one parameter is > described by type but it misses a name: dbplus_info, dbplus_next, > ircg_notice, qdom_tree ircg_notice fixed, others not as I don't know where the source is. > - Functions that take no arguments sometimes have a (void) > prototype, sometimes a () prototype Documentation is correct but this file is generated from sources and I'm not able to change it there. > In the function index file the function alias "session_commit" is > missing, even though all other aliases are present I believe it will reveal soon. > I noticed the existence of "pattern modifiers()" and "pattern > syntax()" in the function list, listed without a link to any page. They are not functions, I moved them from pcre/functions/ to pcre/. Jakub Vrana
