From 68a4dc89f5e00aa6e2780f4f96011b92961b7a80 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Nov 2014 00:23:48 -0500 Subject: Single-page API documentation with unified style. --- lv2/lv2plug.in/ns/ext/state/state.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/state/state.h') diff --git a/lv2/lv2plug.in/ns/ext/state/state.h b/lv2/lv2plug.in/ns/ext/state/state.h index 95e3dee..1b08852 100644 --- a/lv2/lv2plug.in/ns/ext/state/state.h +++ b/lv2/lv2plug.in/ns/ext/state/state.h @@ -16,8 +16,12 @@ */ /** - @file state.h - C API for the LV2 State extension . + @defgroup state State + + An interface for LV2 plugins to save and restore state, see + for details. + + @{ */ #ifndef LV2_STATE_H @@ -350,3 +354,7 @@ typedef struct { #endif #endif /* LV2_STATE_H */ + +/** + @} +*/ -- cgit v1.2.1