doc:scratchpad:pecldocs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:scratchpad:pecldocs [2009/02/27 15:32] – minor clarity philipdoc:scratchpad:pecldocs [2009/04/25 16:41] – minor rewording philip
Line 14: Line 14:
 $ cd phpdoc/scripts/docgen $ cd phpdoc/scripts/docgen
 $ php docgen.php --help $ php docgen.php --help
-$ php docgen.php --output tmp --extension extname+$ php docgen.php --output tmp --extension extname --pecl
 </code> </code>
  
-This will create a directory named 'tmp' for the extension named 'extname' which will be full of documentation skeletons. Reflection is used to make guesses about the extension, like for classes, methods, functions, constants, parameters, version information, etc. but this information will not be fully correct. Please go through and edit each XML file by updating this information and adding documentation.+This will create a directory named 'tmp' that will contain documentation skeletons for the 'pecl' extension named 'extname'. Reflection is used to make guesses about the extension, like for classes, methods, functions, constants, parameters, version information, etc. but this information will not be fully correct. Please go through and edit each XML file by updating this information and adding documentation.
  
   * Read the Validating Changes section of the [[doc:scratchpad:howto|PHP Documentation HOWTO]].   * Read the Validating Changes section of the [[doc:scratchpad:howto|PHP Documentation HOWTO]].
Line 56: Line 56:
   * Don't commit auto-generated files from build time (like entities.*)   * Don't commit auto-generated files from build time (like entities.*)
   * Feel free to ask phpdoc@lists.php.net for code review, or #php.doc on Efnet   * Feel free to ask phpdoc@lists.php.net for code review, or #php.doc on Efnet
-  * When testing, be sure to add to manual.xml.in in phpdoc/ otherwise it won't be validated/tested+  * When testing, be sure to add to manual.xml.in in phpdoc/ otherwise it won't be validated/tested/built
doc/scratchpad/pecldocs.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1