7ea9dd8688
Only the most recent Changes and New features are included. Others are listed date only, please refer following URL. http://www.stack.nl/~dimitri/doxygen/changelog.html Release 1.8.1.1 (2012/06/10) Changes - Integrated the root navigation tree in navtree.js for faster loading. - When the navigation tree is enabled, clicking jump to a line in - the source code view will now highlight the line. New features - VHDL code now has a new Design Overview page (thanks for Martin Kreis for the patch). Requires HAVE_DOT=YES, and DOT_IMAGE_FORMAT=svg. - id 677678: Added support for strong and weak attributes in Objective-C properties. Release 1.8.1 (2012/05/19) Release 1.8.0 (2012/02/25) Release 1.7.6.1 (2011/12/10) Release 1.7.6 (2011/12/03) Release 1.7.5.1 (2011/08/21) Release 1.7.5 (2011/08/14) Release 1.7.4 (2011/03/28) Release 1.7.3 (2011/01/03) Release 1.7.2 (2010/10/09) Release 1.7.1 (2010/06/25) Release 1.7.0 (2010/06/15) (Following patches are deleted, for upstream took the changes) patch-ai patch-ak patch-qtools-qvaluestack.h
15 lines
533 B
Text
15 lines
533 B
Text
$NetBSD: patch-ah,v 1.4 2012/07/03 11:31:35 mef Exp $
|
|
|
|
|
|
--- src/dirdef.cpp.orig 2012-05-28 23:17:06.000000000 +0900
|
|
+++ src/dirdef.cpp 2012-06-23 11:52:57.000000000 +0900
|
|
@@ -108,7 +108,8 @@
|
|
{
|
|
//printf("DirDef::getOutputFileBase() %s->dir_%s\n",
|
|
// m_diskName.data(),encodeDirName(m_diskName).data());
|
|
- return "dir_"+encodeDirName(m_diskName);
|
|
+ //return "dir_"+encodeDirName(name());
|
|
+ return QCString().sprintf("dir_%06d",m_dirCount);
|
|
}
|
|
|
|
void DirDef::writeDetailedDescription(OutputList &ol,const QCString &title)
|