doc:todo:missingdocs

This is an old revision of the document!


Find and document missing documentation

Once upon a time we had a script that checked for missing documentation. It scoured the php-src and determined which functions were missing from the PHP manual. Let's reintroduce this, and expand the idea to include methods, constants and ini settings.

Problems

  • Scouring php-src can be difficult.
  • Some missing functions are intentionally not documented (php_egg_logo_guid(), leak(), ...), as are some aliases.
  • Some definitions require specific FLAGS at compile time
  • Some definitions are commented out within php-src
  • Using a local compiled PHP will miss some some information (as not everything is compiled in) but maybe it's a good start (and simple)

TODO

Maybe use the index generated by PhD to determine which functions are documented.

doc/todo/missingdocs.1270097160.txt.gz · Last modified: 2017/09/22 13:28 (external edit)