]> git.saurik.com Git - wxWidgets.git/commitdiff
adjust comments for latex Doxyfile; no real change; add Id keyword
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 9 Mar 2008 11:08:33 +0000 (11:08 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 9 Mar 2008 11:08:33 +0000 (11:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile.all
docs/doxygen/Doxyfile.chm
docs/doxygen/Doxyfile.html
docs/doxygen/Doxyfile.latex
docs/doxygen/Doxyfile.xml
docs/doxygen/regen.sh

index ac69a02814c8e0c1d04e8685708f8df0b81ce558..9befa124ef22a7e912d45796fff8baa70053ca19 100644 (file)
@@ -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
 #############################################################################
 
index 588b65f28e0638566a71c8306dcf56ac28431030..a7d2af8d91c57af1aa76b61bb5d3b0de23b81d06 100644 (file)
@@ -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
 #############################################################################
 
index 21d08cda2874c823a9e5b748ba8e2d79c1ed3698..889ba5de63caa68c221bcbf509b0e840cdd21e86 100644 (file)
@@ -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
 #############################################################################
 
index ade3c01e70650dd783b69bf73c97f9388c332987..19c4d6035355dbe20aed1b3c0cc2e24664d3ef85 100644 (file)
@@ -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           =
index 19be3918268ba48b4b3e3e59935effdb0f0d0fa6..8efe3112c97ed550bd739b34aad5b26aeffeec3a 100644 (file)
@@ -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
 #############################################################################
 
index bb30fff6cfcd8151da2ebd5a3d915f753c5f163d..328eb0e0e863c45651ea436d27b72d2e085b5317 100755 (executable)
@@ -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)