summaryrefslogtreecommitdiffstats
path: root/src/latexdocvisitor.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-06 11:59:22 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-06 11:59:22 (GMT)
commit626e56ee5c6d6d2f6c51bd64855c70500b28472e (patch)
tree32310c80466a6b6afa92cd6902c65277c2cd75de /src/latexdocvisitor.cpp
parent9440d7ce0b31749b6bbb13e70e2f7ed501505c7e (diff)
downloadDoxygen-626e56ee5c6d6d2f6c51bd64855c70500b28472e.zip
Doxygen-626e56ee5c6d6d2f6c51bd64855c70500b28472e.tar.gz
Doxygen-626e56ee5c6d6d2f6c51bd64855c70500b28472e.tar.bz2
Consistency in headings and layout for template parameters (tparam)
- at some places the translation of the "Template Parameters" was not yet done - layout of the template parameters table in HTML had no default. Should be analogous to the table for normal parameters
Diffstat (limited to 'src/latexdocvisitor.cpp')
-rw-r--r--src/latexdocvisitor.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/latexdocvisitor.cpp b/src/latexdocvisitor.cpp
index 56691cf..d09995b 100644
--- a/src/latexdocvisitor.cpp
+++ b/src/latexdocvisitor.cpp
@@ -1447,11 +1447,8 @@ void LatexDocVisitor::visitPre(DocParamSect *s)
filter(theTranslator->trExceptions());
break;
case DocParamSect::TemplateParam:
- /* TODO: add this
- filter(theTranslator->trTemplateParam()); break;
- */
m_t << "\n\\begin{DoxyTemplParams}{";
- filter("Template Parameters");
+ filter(theTranslator->trTemplateParameters());
break;
default:
ASSERT(0);