diff options
author | David Robillard <d@drobilla.net> | 2012-03-04 04:07:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-04 04:07:58 +0000 |
commit | ced8aa601bd433d5648cd22d89fd3f23ec9826fa (patch) | |
tree | a79dec186d1302e738981f45506ce121720a2b8a /lv2/lv2plug.in/ns/ext/pui/pui.h | |
parent | c0e2ffdc8c828be0bc33d1531c99a6d1b1ebe803 (diff) | |
download | lv2-ced8aa601bd433d5648cd22d89fd3f23ec9826fa.tar.xz |
Fix Doxygen syntax.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/pui/pui.h')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/pui/pui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/pui/pui.h b/lv2/lv2plug.in/ns/ext/pui/pui.h index caa7deb..f191654 100644 --- a/lv2/lv2plug.in/ns/ext/pui/pui.h +++ b/lv2/lv2plug.in/ns/ext/pui/pui.h @@ -28,7 +28,8 @@ ***********************************************************************/ /** - @file pui.h C API for the LV2 UI extension <http://lv2plug.in/ns/ext/pui>. + @file pui.h + C API for the LV2 UI extension <http://lv2plug.in/ns/ext/pui>. This file specifies a C API for communication between an LV2 host and an LV2 UI. The interface is similar to the one used for actual LV2 plugins. |