diff options
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r-- | inc/parserutils.php | 2 |
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){ |