rockbox/utils/rockbox_api
Maurus Cuelenaere f5fcc76bbc Fix menu (update to newer one)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18755 a1c6a512-1295-4272-9138-f99709370657
2008-10-09 12:28:09 +00:00
..
functions.php Improve plugin API documentation updater a bit 2008-10-09 11:48:26 +00:00
gen_html.php Functionize some stuff 2008-10-09 09:57:21 +00:00
generate.php
index.tpl Fix menu (update to newer one) 2008-10-09 12:28:09 +00:00
layout.css Add Rockbox layout to plugin API documentation 2008-10-09 12:24:57 +00:00
menu.tpl Fix some issues with generation of plugin API documentation + make it more themeable 2008-10-09 09:49:53 +00:00
README
section.tpl Fix menu (update to newer one) 2008-10-09 12:28:09 +00:00
update.php Improve plugin API documentation updater a bit 2008-10-09 11:48:26 +00:00

==============================
generate.php
==============================

 php generate.php > output.txt

--------------
 Generates output.txt of apps/plugin.h

==============================
update.php
==============================

 php update.php input_file.txt > output.txt

--------------
 Updates input_file.txt with newer values of apps/plugin.h

==============================
gen_html.php
==============================

 php gen_html.php input_file.txt

--------------
 Generates HTML output of input_file.txt in output/*.html
 
 Known issues:
  * [F[function]] doesn't work with functions outside of the current .html