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
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
## Name: Doxyfile.all
|
## Name: Doxyfile.all
|
||||||
## Purpose: Doxygen configuration file for generating all main formats
|
## Purpose: Doxygen configuration file for generating all main formats
|
||||||
## Author: Francesco Montorsi
|
## Author: Francesco Montorsi
|
||||||
## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
|
## RCS-ID: $Id$
|
||||||
## Licence: wxWindows license
|
## Licence: wxWindows license
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
## Name: Doxyfile.chm
|
## Name: Doxyfile.chm
|
||||||
## Purpose: Doxygen configuration file for generating CHM only
|
## Purpose: Doxygen configuration file for generating CHM only
|
||||||
## Author: Francesco Montorsi
|
## Author: Francesco Montorsi
|
||||||
## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
|
## RCS-ID: $Id$
|
||||||
## Licence: wxWindows license
|
## Licence: wxWindows license
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
## Name: Doxyfile.html
|
## Name: Doxyfile.html
|
||||||
## Purpose: Doxygen configuration file for generating HTML only
|
## Purpose: Doxygen configuration file for generating HTML only
|
||||||
## Author: Francesco Montorsi
|
## Author: Francesco Montorsi
|
||||||
## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
|
## RCS-ID: $Id$
|
||||||
## Licence: wxWindows license
|
## Licence: wxWindows license
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
## Name: Doxyfile.chm
|
## Name: Doxyfile.latex
|
||||||
## Purpose: Doxygen configuration file for generating CHM only
|
## Purpose: Doxygen configuration file for generating Latex only
|
||||||
## Author: Francesco Montorsi
|
## Author: Stefan Csomor
|
||||||
## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
|
## RCS-ID: $Id$
|
||||||
## Licence: wxWindows license
|
## Licence: wxWindows license
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
@@ -23,4 +23,4 @@ GENERATE_PERLMOD = NO
|
|||||||
GENERATE_AUTOGEN_DEF = NO
|
GENERATE_AUTOGEN_DEF = NO
|
||||||
GENERATE_TAGFILE =
|
GENERATE_TAGFILE =
|
||||||
|
|
||||||
HHC_LOCATION = ~/.wine/drive_c/Programmi/HTMLHelpWorkshop/hhc.exe
|
HHC_LOCATION =
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
## Name: Doxyfile.xml
|
## Name: Doxyfile.xml
|
||||||
## Purpose: Doxygen configuration file for generating XML only
|
## Purpose: Doxygen configuration file for generating XML only
|
||||||
## Author: Francesco Montorsi
|
## Author: Francesco Montorsi
|
||||||
## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
|
## RCS-ID: $Id$
|
||||||
## Licence: wxWindows license
|
## Licence: wxWindows license
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
@@ -7,17 +7,15 @@
|
|||||||
# readable.
|
# readable.
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# ./regen.sh [html|chm|xml|all]
|
# ./regen.sh [html|chm|xml|latex|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.
|
|
||||||
#
|
#
|
||||||
|
# Pass "x" to regen only the X output format and "all" to regen them all.
|
||||||
# If no arguments are passed all formats are regenerated
|
# If no arguments are passed all formats are regenerated
|
||||||
# (just like passing "all").
|
# (just like passing "all").
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#
|
# remember current folder and then cd to the docs/doxygen one
|
||||||
me=$(basename $0)
|
me=$(basename $0)
|
||||||
path=${0%%/$me} # path from which the script has been launched
|
path=${0%%/$me} # path from which the script has been launched
|
||||||
current=$(pwd)
|
current=$(pwd)
|
||||||
|
Reference in New Issue
Block a user