diff options
author | David Robillard <d@drobilla.net> | 2012-03-23 01:26:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-23 01:26:47 +0000 |
commit | 5ef77d9bd9b102c76dbef24fbcd006c4534e9fc1 (patch) | |
tree | 37c43c211e7ba050535f2c6e4130685fdbff2bc2 /doc | |
parent | f161f400ce62326142f7ea5f613032f230d0d795 (diff) | |
download | lv2-5ef77d9bd9b102c76dbef24fbcd006c4534e9fc1.tar.xz |
Add worker extension to remove thread stuff from plugins.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index f97a93f..9ed3968 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -587,6 +587,7 @@ INPUT = \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/ui-resize/ui-resize.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/urid/urid.h \ + @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/worker/worker.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/extensions/ui/ui.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/lv2core/lv2.h |