=== Codex Generator === Contributors: Rarst Tags: documentation, codex, phpdoc Requires at least: 3.2.1 Tested up to: 3.2.1 Stable tag: 1.1 Creates ready-made wiki page content for Codex. With magic. Okay - with PHPDoc and Reflect. == Description == Creating page of function reference in Codex involves looking up information about function and dealing with complicated wiki markup. This plugin automates much of the process by reading function's inline documentation and converting to wiki markup: * short and long function descriptions * parameters and their default values * version of WordPress function was added in * source file that contains a function == Installation == 1. Upload `codex-generator` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the `Plugins` menu in WordPress 3. Use plugin's page in WordPress admin area under `Tools` > `Codex Generator` Note that this plugin **won't work properly with opcode caching enabled**. Opcode caching mechanisms (such as APC or eAccelerator) discard PHPDoc data and make it unavailable to plugin. == Screenshots == 1. Using plugin's page in administration area. 2. Resulting page in Codex. == Changelog == = 1.1 = * _(enhancement)_ implemented suggest for function names * _(enhancement)_ added notice when PHPDoc is not available for a function * _(enhancement)_ added link to plugin's page in plugin list * _(bug fix)_ fixed and improved type and value conversion into strings * _(bug fix)_ changed piped parameter types from "mixed" to joined with pipe HTML entity * _(internal)_ refactored parser = 1.0 = * Initial release. == Upgrade Notice == = 1.1 = Bugs fixed. More magic. Okay - dynamic suggest for function names.