diff options
Diffstat (limited to 'lv2/state')
-rw-r--r-- | lv2/state/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/state/state.h b/lv2/state/state.h index 365711a..cea4037 100644 --- a/lv2/state/state.h +++ b/lv2/state/state.h @@ -17,6 +17,7 @@ /** @defgroup state State + @ingroup lv2 An interface for LV2 plugins to save and restore state, see <http://lv2plug.in/ns/ext/state> for details. |