Commit 6c5b1ce2 authored by dimitri's avatar dimitri
Browse files

Release-1.4.3-20050707

parent f92ed7a6
Loading
Loading
Loading
Loading
+2 −2
Original line number 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 
(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 Diff line number Diff line
DOXYGEN Version 1.4.3_20050623
DOXYGEN Version 1.4.3_20050707

Please read INSTALL for compilation instructions.

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

Enjoy,

Dimitri van Heesch (dimitri@stack.nl) (23 June 2005)
Dimitri van Heesch (dimitri@stack.nl) (07 July 2005)
+1 −1
Original line number Diff line number Diff line
1.4.3-20050623
1.4.3-20050707
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ if test "$f_wizard" = YES; then
  if test -z "$QTDIR"; then
    echo "  QTDIR environment variable not set!"
    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
        QTDIR=$d
      fi
+4 −0
Original line number 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
 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
<dt>\c EXAMPLE_PATH <dd>
 \addindex EXAMPLE_PATH
Loading