diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-11-06 19:00:58 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-11-06 19:00:58 (GMT) |
commit | 01f41c40b8505c8f197ef1e5bf7e3a3bc777dc0e (patch) | |
tree | 0a8fa55f942d3a0e2f845bc77e6a357b9fb1c1c7 /doc | |
parent | a32c2461bfbe6705159abfcae92fb11f1309b37c (diff) | |
download | Doxygen-01f41c40b8505c8f197ef1e5bf7e3a3bc777dc0e.zip Doxygen-01f41c40b8505c8f197ef1e5bf7e3a3bc777dc0e.tar.gz Doxygen-01f41c40b8505c8f197ef1e5bf7e3a3bc777dc0e.tar.bz2 |
Release-1.7.2-20101106
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile | 2 | ||||
-rw-r--r-- | doc/arch.doc | 7 | ||||
-rw-r--r-- | doc/config.doc | 2 | ||||
-rw-r--r-- | doc/doxygen.sty | 4 |
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 ---------------- |