Added @since in the C++ bindings

This commit is contained in:
Paul Fd 2020-04-08 14:43:51 +02:00 committed by Jean Pierre Cimalando
parent ff60b35b73
commit fc34ccb205

View file

@ -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();