forked from len0rd/rockbox
		
	git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18722 a1c6a512-1295-4272-9138-f99709370657
		
			
				
	
	
		
			29 lines
		
	
	
		
			No EOL
		
	
	
		
			631 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			No EOL
		
	
	
		
			631 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ==============================
 | |
| 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 |