=== Codex Generator === Contributors: Rarst Tags: documentation, codex, phpdoc Requires at least: 3.2.1 Tested up to: 3.2.1 Stable tag: 1.0 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 functions' 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 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.0 = * Initial release.