summaryrefslogtreecommitdiffstats
path: root/src/template.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-06-28 20:54:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-02 12:36:45 (GMT)
commit2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e (patch)
tree7d8bd9213d79b6918a0442818bbcf45b27ed8fa1 /src/template.cpp
parentb850eb45e80b348cbe8629c354350b051f7ef2ec (diff)
downloadDoxygen-2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e.zip
Doxygen-2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e.tar.gz
Doxygen-2d35b9a7c0fe70fa894dc266dd0b5ddd54d4014e.tar.bz2
Added lists for indices to template context
Diffstat (limited to 'src/template.cpp')
-rw-r--r--src/template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.cpp b/src/template.cpp
index f9dd73e..af012e9 100644
--- a/src/template.cpp
+++ b/src/template.cpp
@@ -1146,7 +1146,7 @@ class FilterAlphaIndex
indexList = TemplateList::alloc();
indexNode->set("letter", keyToLetter(elem->key));
indexNode->set("label", keyToLabel(elem->key));
- indexNode->set("classes",indexList);
+ indexNode->set("items",indexList);
result->append(indexNode);
letter=elem->key;
}