summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-12-31 14:29:41 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-08 13:06:15 (GMT)
commit92d53a473074a78735d25bbef02715b3caced569 (patch)
tree52c28692884b651d284c02e1e0ad5e9793a29ee5
parent4d1951ebb648bbc92464904305cafc7fc0dba557 (diff)
downloadDoxygen-92d53a473074a78735d25bbef02715b3caced569.zip
Doxygen-92d53a473074a78735d25bbef02715b3caced569.tar.gz
Doxygen-92d53a473074a78735d25bbef02715b3caced569.tar.bz2
Context enhancement
-rw-r--r--src/context.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/context.cpp b/src/context.cpp
index 89b8e0e..bc42189 100644
--- a/src/context.cpp
+++ b/src/context.cpp
@@ -504,6 +504,10 @@ class TranslateContext::Private : public PropertyMapper
{
return theTranslator->trCompoundList();
}
+ TemplateVariant classListDescription() const
+ {
+ return theTranslator->trCompoundListDescription();
+ }
TemplateVariant classIndex() const
{
return theTranslator->trCompoundIndex();
@@ -727,6 +731,8 @@ class TranslateContext::Private : public PropertyMapper
addProperty("classes", this,&Private::classes);
//%% string classList
addProperty("classList", this,&Private::classList);
+ //%% string classListDescription
+ addProperty("classListDescription", this,&Private::classListDescription);
//%% string classIndex
addProperty("classIndex", this,&Private::classIndex);
//%% string classHierarchy