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:
Francesco Montorsi
2008-03-09 11:08:33 +00:00
parent 30aaee9514
commit 189dea2961
6 changed files with 12 additions and 14 deletions

View File

@@ -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)