summaryrefslogtreecommitdiffstats
path: root/src/mandocvisitor.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/mandocvisitor.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/mandocvisitor.cpp')
-rw-r--r--src/mandocvisitor.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mandocvisitor.cpp b/src/mandocvisitor.cpp
index e09cc8e..468f64b 100644
--- a/src/mandocvisitor.cpp
+++ b/src/mandocvisitor.cpp
@@ -906,10 +906,7 @@ void ManDocVisitor::visitPre(DocParamSect *s)
case DocParamSect::Exception:
m_t << theTranslator->trExceptions(); break;
case DocParamSect::TemplateParam:
- /* TODO: add this
- m_t << theTranslator->trTemplateParam(); break;
- */
- m_t << "Template Parameters"; break;
+ m_t << theTranslator->trTemplateParameters(); break;
default:
ASSERT(0);
}