summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-09-14 14:56:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-09-14 14:56:15 (GMT)
commitdec53d22986c8d2c44a30806a2c8ed03bbe24768 (patch)
tree96b75a4309bae6a1a0c5d37e3272e5b74918ac84 /src/util.h
parent08c9689157d7edc5d8e3369ef96f2ccd4b01c10c (diff)
downloadDoxygen-dec53d22986c8d2c44a30806a2c8ed03bbe24768.zip
Doxygen-dec53d22986c8d2c44a30806a2c8ed03bbe24768.tar.gz
Doxygen-dec53d22986c8d2c44a30806a2c8ed03bbe24768.tar.bz2
Regression class<T extends V> resulted in class<V> as the page title
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index f74fad0..2fc71ce 100644
--- a/src/util.h
+++ b/src/util.h
@@ -229,7 +229,7 @@ QCString removeRedundantWhiteSpace(const QCString &s);
QCString argListToString(ArgumentList *al,bool useCanonicalType=FALSE,bool showDefVals=TRUE);
-QCString tempArgListToString(ArgumentList *al);
+QCString tempArgListToString(ArgumentList *al,SrcLangExt lang);
QCString generateMarker(int id);