aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/vt_temperature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmodels/vt_temperature.hpp')
-rw-r--r--vmodels/vt_temperature.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/vmodels/vt_temperature.hpp b/vmodels/vt_temperature.hpp
index f6fb55e..0778794 100644
--- a/vmodels/vt_temperature.hpp
+++ b/vmodels/vt_temperature.hpp
@@ -50,7 +50,12 @@ public:
}
return result;
}
-
+
+ std::string do_get_information()const
+ {
+#include <model_doc/vt_temperature.info>
+ return "";
+ }
};
#endif