From: Francesco Montorsi Date: Sun, 9 Mar 2008 11:08:33 +0000 (+0000) Subject: adjust comments for latex Doxyfile; no real change; add Id keyword X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/189dea29610a508e18e032a441ce2a508e684344 adjust comments for latex Doxyfile; no real change; add Id keyword git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile.all b/docs/doxygen/Doxyfile.all index ac69a02814..9befa124ef 100644 --- a/docs/doxygen/Doxyfile.all +++ b/docs/doxygen/Doxyfile.all @@ -2,7 +2,7 @@ ## Name: Doxyfile.all ## Purpose: Doxygen configuration file for generating all main formats ## Author: Francesco Montorsi -## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $ +## RCS-ID: $Id$ ## Licence: wxWindows license ############################################################################# diff --git a/docs/doxygen/Doxyfile.chm b/docs/doxygen/Doxyfile.chm index 588b65f28e..a7d2af8d91 100644 --- a/docs/doxygen/Doxyfile.chm +++ b/docs/doxygen/Doxyfile.chm @@ -2,7 +2,7 @@ ## Name: Doxyfile.chm ## Purpose: Doxygen configuration file for generating CHM only ## Author: Francesco Montorsi -## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $ +## RCS-ID: $Id$ ## Licence: wxWindows license ############################################################################# diff --git a/docs/doxygen/Doxyfile.html b/docs/doxygen/Doxyfile.html index 21d08cda28..889ba5de63 100644 --- a/docs/doxygen/Doxyfile.html +++ b/docs/doxygen/Doxyfile.html @@ -2,7 +2,7 @@ ## Name: Doxyfile.html ## Purpose: Doxygen configuration file for generating HTML only ## Author: Francesco Montorsi -## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $ +## RCS-ID: $Id$ ## Licence: wxWindows license ############################################################################# diff --git a/docs/doxygen/Doxyfile.latex b/docs/doxygen/Doxyfile.latex index ade3c01e70..19c4d60353 100644 --- a/docs/doxygen/Doxyfile.latex +++ b/docs/doxygen/Doxyfile.latex @@ -1,8 +1,8 @@ ############################################################################# -## Name: Doxyfile.chm -## Purpose: Doxygen configuration file for generating CHM only -## Author: Francesco Montorsi -## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $ +## Name: Doxyfile.latex +## Purpose: Doxygen configuration file for generating Latex only +## Author: Stefan Csomor +## RCS-ID: $Id$ ## Licence: wxWindows license ############################################################################# @@ -23,4 +23,4 @@ GENERATE_PERLMOD = NO GENERATE_AUTOGEN_DEF = NO GENERATE_TAGFILE = -HHC_LOCATION = ~/.wine/drive_c/Programmi/HTMLHelpWorkshop/hhc.exe +HHC_LOCATION = diff --git a/docs/doxygen/Doxyfile.xml b/docs/doxygen/Doxyfile.xml index 19be391826..8efe3112c9 100644 --- a/docs/doxygen/Doxyfile.xml +++ b/docs/doxygen/Doxyfile.xml @@ -2,7 +2,7 @@ ## Name: Doxyfile.xml ## Purpose: Doxygen configuration file for generating XML only ## Author: Francesco Montorsi -## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $ +## RCS-ID: $Id$ ## Licence: wxWindows license ############################################################################# diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh index bb30fff6cf..328eb0e0e8 100755 --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -7,17 +7,15 @@ # readable. # # Usage: -# ./regen.sh [html|chm|xml|all] -# -# Pass "html" to regen only the HTML output format, "chm" only for -# the CHM, "xml" only for the XML and "all" to regen them all. +# ./regen.sh [html|chm|xml|latex|all] # +# Pass "x" to regen only the X output format and "all" to regen them all. # If no arguments are passed all formats are regenerated # (just like passing "all"). # -# +# remember current folder and then cd to the docs/doxygen one me=$(basename $0) path=${0%%/$me} # path from which the script has been launched current=$(pwd)