added batch script for generating wx HTML manual from windows; added a comment about what the scripts do
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		
							
								
								
									
										15
									
								
								docs/doxygen/regen.bat
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										15
									
								
								docs/doxygen/regen.bat
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| REM $Id$ | ||||
|  | ||||
| REM This bash script regenerates the HTML doxygen version of the | ||||
| REM wxWidgets manual and adjusts the doxygen log to make it more | ||||
| REM readable. | ||||
|  | ||||
| doxygen | ||||
|  | ||||
| REM this image is not automatically copied by Doxygen because it's not | ||||
| REM used in doxygen documentation but only in our html footer... | ||||
| copy images/powered-by-wxwidgets.png out/html | ||||
|  | ||||
| REM this CSS is automatically copied by Doxygen because it's | ||||
| REM included by our custom html header... | ||||
| copy wxwidgets.css out/html | ||||
| @@ -1,5 +1,11 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| # $Id$ | ||||
|  | ||||
| # This bash script regenerates the HTML doxygen version of the | ||||
| # wxWidgets manual and adjusts the doxygen log to make it more | ||||
| # readable. | ||||
|  | ||||
| doxygen | ||||
|  | ||||
| # this image is not automatically copied by Doxygen because it's not | ||||
|   | ||||
		Reference in New Issue
	
	Block a user