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:
parent
30aaee9514
commit
189dea2961
@ -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
|
||||
#############################################################################
|
||||
|
||||
|
@ -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
|
||||
#############################################################################
|
||||
|
||||
|
@ -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
|
||||
#############################################################################
|
||||
|
||||
|
@ -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 =
|
||||
|
@ -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
|
||||
#############################################################################
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user