summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2019-08-07 12:46:25 +0100
committerfalkTX <falktx@gmail.com>2019-08-07 12:46:25 +0100
commit3fddc2794fa55f9e9cd8fdb592a6c690f19a74b7 (patch)
treea6240b20a4d9f86577c0fe9261a3423740d87ac6
parent126595f1a540d3cfdb085c583629c943ccb7c6d8 (diff)
Mention that parameter description is LV2 only
Signed-off-by: falkTX <falktx@gmail.com>
-rw-r--r--distrho/DistrhoPlugin.hpp4
1 files 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;