diff options
author | Michael Hamann <michael@content-space.de> | 2012-08-24 14:26:08 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2012-08-24 16:50:07 +0200 |
commit | d9764001b988720d7c633a2de6c2c5baf08cf665 (patch) | |
tree | ceb4d011e9bf02b19ee2d8226d1b669c95867f28 | |
parent | 4498277816974e5c1f30071465349867ec497ca0 (diff) | |
download | rpg-d9764001b988720d7c633a2de6c2c5baf08cf665.tar.gz rpg-d9764001b988720d7c633a2de6c2c5baf08cf665.tar.bz2 |
Document $text parameters of html and php in the xhtml parser
-rw-r--r-- | inc/parser/xhtml.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index e18718746..b4e78a530 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -358,6 +358,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { /** * Execute PHP code if allowed * + * @param string $text PHP code that is either executed or printed * @param string $wrapper html element to wrap result if $conf['phpok'] is okff * * @author Andreas Gohr <andi@splitbrain.org> @@ -382,6 +383,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { /** * Insert HTML if allowed * + * @param string $text html text * @param string $wrapper html element to wrap result if $conf['htmlok'] is okff * * @author Andreas Gohr <andi@splitbrain.org> |