From 3fddc2794fa55f9e9cd8fdb592a6c690f19a74b7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 7 Aug 2019 12:46:25 +0100 Subject: [PATCH] Mention that parameter description is LV2 only Signed-off-by: falkTX --- distrho/DistrhoPlugin.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp index 8070982f..913f7ddd 100644 --- a/distrho/DistrhoPlugin.hpp +++ b/distrho/DistrhoPlugin.hpp @@ -407,8 +407,8 @@ struct Parameter { String unit; /** - An extensive comment/description about the parameter. - @note This value is optional. + An extensive description/comment about the parameter. + @note This value is optional and only used for LV2. */ String description;