Commit d384b6c7 authored by dimitri's avatar dimitri
Browse files

Release-1.5.1

parent 6ad47714
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.5.0
DOXYGEN Version 1.5.1


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 (17 October 2006)
Dimitri van Heesch (29 October 2006)
+4 −0
Original line number Original line Diff line number Diff line
@@ -140,5 +140,9 @@ rpmbinary: dist
	gzip -9v $(DISTDIR).src.tar
	gzip -9v $(DISTDIR).src.tar
	rpmbuild -tb $(DISTDIR).src.tar.gz
	rpmbuild -tb $(DISTDIR).src.tar.gz



ctags:
	ctags -f tags src addon/doxywizard qtools

FORCE:
FORCE:
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.5.0
DOXYGEN Version 1.5.1


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) (17 October 2006)
Dimitri van Heesch (dimitri@stack.nl) (29 October 2006)
+2 −1
Original line number Original line Diff line number Diff line
@@ -291,7 +291,8 @@ int main(int argc,char **argv)
  }
  }


  // remove temporary files
  // remove temporary files
  unlink("/tmp/doxygen/doxygen_objdb.tmp");
  if (!Doxygen::objDBFileName.isEmpty()) unlink(Doxygen::objDBFileName);
  if (!Doxygen::entryDBFileName.isEmpty()) unlink(Doxygen::entryDBFileName);
  // clean up after us
  // clean up after us
  rmdir("/tmp/doxygen");
  rmdir("/tmp/doxygen");


+1 −1
Original line number Original line Diff line number Diff line
@@ -1316,7 +1316,7 @@ void MainWidget::about()
  QTextStream t(&msg,IO_WriteOnly);
  QTextStream t(&msg,IO_WriteOnly);
  t << QString("<qt><center>A tool to configure and run doxygen version ")+versionString+
  t << QString("<qt><center>A tool to configure and run doxygen version ")+versionString+
       " on your source files.</center><p><br>"
       " on your source files.</center><p><br>"
       "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2005</center><p>"
       "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2006</center><p>"
       "</qt>";
       "</qt>";
  QMessageBox::about(this,"Doxygen GUI",msg);
  QMessageBox::about(this,"Doxygen GUI",msg);
}
}
Loading