From 534d7ca9c56c8aebc49441f0cfe9f5a29af1bfc5 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Sat, 7 Dec 2019 22:31:27 +0100 Subject: [PATCH] Fix doxygen comment --- include/AutomatableModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/AutomatableModel.h b/include/AutomatableModel.h index cdfdffccf..73723abb4 100644 --- a/include/AutomatableModel.h +++ b/include/AutomatableModel.h @@ -325,7 +325,7 @@ private: DataType m_dataType; - ScaleType m_scaleType; //! scale type, linear by default + ScaleType m_scaleType; //!< scale type, linear by default float m_value; float m_initValue; float m_minValue;