blob: 1ed251c91815753ad5ec71b3d46233a0b3b00ac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
==============================
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
|