* The stylesheet has changed, so if you use your own, you will need to update it or the output will look ugly. * Added support for universal binaries on MacOSX (only the non-GUI part). * Added CALLER_GRAPH config option and \callergraph command to add a caller (or called-by) graph to a function or all functions. * Added REFERENCES_LINK_SOURCE config option which allows to selected if reference relations should point to the source or to the documentation.
15 lines
497 B
Text
15 lines
497 B
Text
$NetBSD: patch-ah,v 1.2 2006/06/14 10:24:53 adam Exp $
|
|
|
|
--- src/dirdef.cpp.orig 2006-05-07 20:02:30.000000000 +0200
|
|
+++ src/dirdef.cpp
|
|
@@ -103,8 +103,8 @@ static QCString encodeDirName(const QCSt
|
|
|
|
QCString DirDef::getOutputFileBase() const
|
|
{
|
|
- return "dir_"+encodeDirName(name());
|
|
- //return QCString().sprintf("dir_%06d",m_dirCount);
|
|
+ //return "dir_"+encodeDirName(name());
|
|
+ return QCString().sprintf("dir_%06d",m_dirCount);
|
|
}
|
|
|
|
void DirDef::writeDetailedDocumentation(OutputList &ol)
|