3 require_once("functions.php");
5 echo '# Auto generated documentation by Rockbox plugin API generator v2'."\n";
6 echo '# Made by Maurus Cuelenaere'."\n";
9 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
10 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
11 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
12 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
16 # Generated from $svn\x61pps/plugin.h
19 # \\group memory and strings
20 # \\conditions defined(HAVE_BACKLIGHT)
24 # \\see func1 func2 [S[apps/plugin.c]]
36 foreach(get_newest() as $line)
38 echo "\n".clean_func($line["func"])."\n";
40 if(strlen($line["group"]) > 0)
41 echo " \\group ".$line["group"]."\n";
43 if(strlen($line["cond"]) > 2)
44 echo " \\conditions "._simplify($line["cond"])."\n";
46 foreach(get_args($line["func"]) as $param)
48 if(strlen($param) > 0 && $param != "...")
50 $param = split_var($param);
52 echo " \\param $param\n";
56 if(get_return($line["func"]) !== false)
59 echo " \\description\n";