improve look and feel of the html documentation

This commit is contained in:
Emil Axelsson
2016-09-27 14:45:26 +02:00
parent 77db054959
commit 15e83394c3
16 changed files with 5063 additions and 75 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ TestResult TemplateVerifier<T>::operator()(const ghoul::Dictionary& dict,
template <typename T>
std::string TemplateVerifier<T>::documentation() const {
return "Type testing of '" + type() + "'";
return "Value of type '" + type() + "'";
}
template <typename T>