summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-11-06 19:00:58 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-11-06 19:00:58 (GMT)
commitbe602ee76006d9b8b0f6e5e75114f2ce34f7773e (patch)
tree0a8fa55f942d3a0e2f845bc77e6a357b9fb1c1c7 /doc
parent8a48f6c3f4827171edf41a40bfdbc03e53d9be6b (diff)
downloadDoxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.zip
Doxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.tar.gz
Doxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.tar.bz2
Release-1.7.2-20101106
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile2
-rw-r--r--doc/arch.doc7
-rw-r--r--doc/config.doc2
-rw-r--r--doc/doxygen.sty4
4 files changed, 8 insertions, 7 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 0c06390..b0f281e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -44,7 +44,7 @@ EXAMPLE_PATH = ../examples
RECURSIVE = NO
TAGFILES =
ALLEXTERNALS = NO
-PERL_PATH = /usr/local/bin/perl
+PERL_PATH = /usr/bin/perl
SEARCHENGINE = NO
PDF_HYPERLINKS = YES
USE_PDFLATEX = YES
diff --git a/doc/arch.doc b/doc/arch.doc
index d257169..939a832 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -199,7 +199,7 @@ wrote the following perl script, which automatically adds or removes -d
from the correct line in the Makefile:
\verbatim
-#!/usr/local/bin/perl
+#!/usr/bin/perl
$file = shift @ARGV;
print "Toggle debugging mode for $file\n";
@@ -216,10 +216,10 @@ if (open(F,"<Makefile.libdoxygen.old")) {
}
print "Processing Makefile.libdoxygen...\n";
while (<F>) {
- if ( s/\(LEX\) -P([a-zA-Z]+)YY -t $file/(LEX) -d -P\1YY -t $file/g ) {
+ if ( s/\(LEX\) (-i )?-P([a-zA-Z]+)YY -t $file/(LEX) -d \1-P\2YY -t $file/g ) {
print "Enabling debug info for $file\n";
}
- elsif ( s/\(LEX\) -d -P([a-zA-Z]+)YY -t $file/(LEX) -P\1YY -t $file/g ) {
+ elsif ( s/\(LEX\) -d (-i )?-P([a-zA-Z]+)YY -t $file/(LEX) \1-P\2YY -t $file/g ) {
print "Disabling debug info for $file\n";
}
print G "$_";
@@ -234,6 +234,7 @@ else {
# touch the file
$now = time;
utime $now, $now, $file
+
\endverbatim
*/
diff --git a/doc/config.doc b/doc/config.doc
index e2b098e..1a0e130 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -2389,7 +2389,7 @@ INPUT = examples/examples.doc src
FILE_PATTERNS = *.cc *.h
INCLUDE_PATH = examples
TAGFILES = qt.tag
-PERL_PATH = /usr/local/bin/perl
+PERL_PATH = /usr/bin/perl
SEARCHENGINE = YES
\endverbatim
diff --git a/doc/doxygen.sty b/doc/doxygen.sty
index 2ee9f91..3c4ba08 100644
--- a/doc/doxygen.sty
+++ b/doc/doxygen.sty
@@ -25,8 +25,8 @@
{\fancyplain{}{\bfseries\rightmark}}
\rhead[\fancyplain{}{\bfseries\leftmark}]
{\fancyplain{}{\bfseries\thepage}}
-\rfoot[\fancyplain{}{\bfseries\scriptsize User Manual for Doxygen $VERSION, written by Dimitri van Heesch \copyright 1997-2006}]{}
-\lfoot[]{\fancyplain{}{\bfseries\scriptsize User Manual for Doxygen $VERSION, written by Dimitri van Heesch \copyright 1997-2006}}
+\rfoot[\fancyplain{}{\bfseries\scriptsize User Manual for Doxygen $VERSION, written by Dimitri van Heesch \copyright 1997-2010}]{}
+\lfoot[]{\fancyplain{}{\bfseries\scriptsize User Manual for Doxygen $VERSION, written by Dimitri van Heesch \copyright 1997-2010}}
\cfoot{}
%---------- Internal commands used in this style file ----------------