From da17b71468611dfee181b66d6979f0d25be26428 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 24 Feb 2008 20:39:26 +0000 Subject: [PATCH] fixed end of line and path separator git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/regen.bat | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat index 179e831ee0..b30c96e17b 100755 --- a/docs/doxygen/regen.bat +++ b/docs/doxygen/regen.bat @@ -1,15 +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 +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 -- 2.45.2