summaryrefslogtreecommitdiffstats
path: root/src/outputlist.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-12-26 14:28:40 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-12-26 14:28:40 (GMT)
commit4d121f89106d6c73fcb82dfc57b51fd9eb6a13d7 (patch)
tree7f59fc72959fc8ac950d4affd83be0c3b2b4cf2b /src/outputlist.cpp
parente7c5e0d738bcc16bb2194740fd009242d4059045 (diff)
downloadDoxygen-4d121f89106d6c73fcb82dfc57b51fd9eb6a13d7.zip
Doxygen-4d121f89106d6c73fcb82dfc57b51fd9eb6a13d7.tar.gz
Doxygen-4d121f89106d6c73fcb82dfc57b51fd9eb6a13d7.tar.bz2
Release-1.7.6.1-20111226
Diffstat (limited to 'src/outputlist.cpp')
-rw-r--r--src/outputlist.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/outputlist.cpp b/src/outputlist.cpp
index 57f4f67..738d540 100644
--- a/src/outputlist.cpp
+++ b/src/outputlist.cpp
@@ -289,16 +289,17 @@ FORALL1(SectionTypes a1,a1)
FORALL1(bool a1,a1)
FORALL2(bool a1,int a2,a1,a2)
FORALL2(bool a1,bool a2,a1,a2)
+FORALL2(const char *a1,bool a2,a1,a2)
FORALL4(const char *a1,const char *a2,const char *a3,bool a4,a1,a2,a3,a4)
#endif
FORALL2(int a1,bool a2,a1,a2)
-FORALL2(bool a1,HighlightedItem a2,a1,a2)
FORALL2(bool a1,const char *a2,a1,a2)
FORALL2(ParamListTypes a1,const char *a2,a1,a2)
FORALL1(IndexSections a1,a1)
FORALL2(const char *a1,const char *a2,a1,a2)
-FORALL2(const char *a1,bool a2,a1,a2)
+FORALL2(const char *a1,int a2,a1,a2)
FORALL2(const char *a1,SectionInfo::SectionType a2,a1,a2)
+FORALL3(bool a1,HighlightedItem a2,const char *a3,a1,a2,a3)
FORALL3(bool a1,bool a2,bool a3,a1,a2,a3)
FORALL3(const ClassDiagram &a1,const char *a2,const char *a3,a1,a2,a3)
FORALL3(const char *a1,const char *a2,const char *a3,a1,a2,a3)