From fc34ccb20574dee90dfd7c24bda1e1bfa3843167 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Wed, 8 Apr 2020 14:43:51 +0200 Subject: [PATCH] Added @since in the C++ bindings --- src/sfizz.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sfizz.hpp b/src/sfizz.hpp index f8885259..d3838eea 100644 --- a/src/sfizz.hpp +++ b/src/sfizz.hpp @@ -302,6 +302,7 @@ public: * @brief Add external definitions prior to loading; * Note that these do not get reset by loading or resetting the synth. * You need to call clearExternalDefintions() to erase them. + * @since 0.4.0-dev * * @param id * @param value @@ -310,6 +311,7 @@ public: /** * @brief Clears external definitions for the next file loading. + * @since 0.4.0-dev * */ void clearExternalDefinitions();