Commit e00238b5 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.4.3-20050707

parent d497898d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.4.3-20050623
DOXYGEN Version 1.4.3-20050707


Please read the installation section of the manual 
Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.
(http://www.doxygen.org/install.html) for instructions.


--------
--------
Dimitri van Heesch (23 June 2005)
Dimitri van Heesch (07 July 2005)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.4.3_20050623
DOXYGEN Version 1.4.3_20050707


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.


Enjoy,
Enjoy,


Dimitri van Heesch (dimitri@stack.nl) (23 June 2005)
Dimitri van Heesch (dimitri@stack.nl) (07 July 2005)
+1 −1
Original line number Original line Diff line number Diff line
1.4.3-20050623
1.4.3-20050707
+1 −1
Original line number Original line Diff line number Diff line
@@ -240,7 +240,7 @@ if test "$f_wizard" = YES; then
  if test -z "$QTDIR"; then
  if test -z "$QTDIR"; then
    echo "  QTDIR environment variable not set!"
    echo "  QTDIR environment variable not set!"
    echo -n "  Checking for Qt..."
    echo -n "  Checking for Qt..."
    for d in /usr/lib/{qt-3.1,qt3,qt2,qt,qt*}; do
    for d in /usr/{lib,share,qt}/{qt-3,qt3,qt,qt*,3}; do
      if test -d "$d/lib" -a -d "$d/include" -a -x "$d/bin/moc"; then
      if test -d "$d/lib" -a -d "$d/include" -a -x "$d/bin/moc"; then
        QTDIR=$d
        QTDIR=$d
      fi
      fi
+4 −0
Original line number Original line Diff line number Diff line
@@ -800,6 +800,10 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
 \c EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
 \c EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
 certain files from those directories.
 certain files from those directories.


 Note that the wildcards are matched against the file with absolute path, 
 so to exclude all test directories use the pattern 
 <code>*</code><code>/test/</code><code>*</code>

\anchor cfg_example_path
\anchor cfg_example_path
<dt>\c EXAMPLE_PATH <dd>
<dt>\c EXAMPLE_PATH <dd>
 \addindex EXAMPLE_PATH
 \addindex EXAMPLE_PATH
Loading