summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2014-01-08 17:19:59 +0100
committerAndreas Gohr <gohr@cosmocode.de>2014-01-08 17:19:59 +0100
commit99ba9fe6e3cd8a1c51c481f04675e48dec842773 (patch)
treedf15221a3a4a66c7d7bd54a7a51f8047d80a891e
parentebc28e69385bf5596ac1b1de955efb7831621f59 (diff)
downloadrpg-99ba9fe6e3cd8a1c51c481f04675e48dec842773.tar.gz
rpg-99ba9fe6e3cd8a1c51c481f04675e48dec842773.tar.bz2
php doc block
-rw-r--r--inc/parserutils.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php
index b67daaabb..4df273f11 100644
--- a/inc/parserutils.php
+++ b/inc/parserutils.php
@@ -158,6 +158,8 @@ function p_cached_instructions($file,$cacheonly=false,$id='') {
*
* @author Harry Fuecks <hfuecks@gmail.com>
* @author Andreas Gohr <andi@splitbrain.org>
+ * @param string $text raw wiki syntax text
+ * @return array a list of instruction arrays
*/
function p_get_instructions($text){