diff options
author | David Robillard <d@drobilla.net> | 2014-08-08 15:37:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-08 15:37:01 +0000 |
commit | a91a87e1d7beb455f6d70ece19e62e2e870ed170 (patch) | |
tree | 101328570ae66d9798dd1734a770d0a30ae81538 /lv2/lv2plug.in/ns/ext/event/event.h | |
parent | 713944a16b861e1bd2f1da85fb45e9c4cc550498 (diff) | |
download | lv2-a91a87e1d7beb455f6d70ece19e62e2e870ed170.tar.xz |
Use Markdown in doc comments for better source readability.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event/event.h')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event.h b/lv2/lv2plug.in/ns/ext/event/event.h index e33d862..abc0b96 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.h +++ b/lv2/lv2plug.in/ns/ext/event/event.h @@ -255,7 +255,7 @@ typedef struct { @param context The calling context. Like event types, this is a mapped URI, see lv2_context.h. Simple plugin with just a run() method should pass 0 here (the ID of the 'standard' LV2 run context). The host - guarantees that this function is realtime safe iff @a context is + guarantees that this function is realtime safe iff the context is realtime safe. PLUGINS THAT VIOLATE THESE RULES MAY CAUSE CRASHES AND MEMORY LEAKS. @@ -278,7 +278,7 @@ typedef struct { @param context The calling context. Like event types, this is a mapped URI, see lv2_context.h. Simple plugin with just a run() method should pass 0 here (the ID of the 'standard' LV2 run context). The host - guarantees that this function is realtime safe iff @a context is + guarantees that this function is realtime safe iff the context is realtime safe. PLUGINS THAT VIOLATE THESE RULES MAY CAUSE CRASHES AND MEMORY LEAKS. |