diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/time')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/time/time.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/time/time.h b/lv2/lv2plug.in/ns/ext/time/time.h index 4f2bea0..14c930b 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.h +++ b/lv2/lv2plug.in/ns/ext/time/time.h @@ -15,8 +15,15 @@ */ /** - @file time.h C header for the LV2 Time extension - <http://lv2plug.in/ns/ext/time>. + @defgroup time Time + + Properties for describing time, see <http://lv2plug.in/ns/ext/time> for + details. + + Note the time extension is purely data, this header merely defines URIs for + convenience. + + @{ */ #ifndef LV2_TIME_H @@ -38,4 +45,8 @@ #define LV2_TIME__framesPerSecond LV2_TIME_URI "#framesPerSecond" #define LV2_TIME__speed LV2_TIME_URI "#speed" +/** + @} +*/ + #endif /* LV2_TIME_H */ |