rockbox/utils/rockbox_api
Solomon Peachy d54b9e6f8d chore: Get rid of *all* vestigal CVS '$Id:$' tags
Change-Id: I35c13a9768c582e4851aa252dd3ea5c89f760c8c
2026-06-01 16:01:18 -04:00
..
functions.php docs: Do a proper "merge" with the API docs 2025-04-21 15:59:00 -04:00
gen_html.php api: Fix some basic syntax problems with the plugin API generator 2025-04-20 17:07:40 -04:00
generate.php chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
index.tpl
layout.css
menu.tpl
README
section.tpl
update.php chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04: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