aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
commitabf0666c776298c873f3ff32e4b3874f0b9db357 (patch)
tree7f7ebe931a9259b69ca60699c8e1050b022cd451 /src/lv2_evbuf.h
parentb76b671058c363adc196ff165f730f93f4cb841d (diff)
downloadjalv-abf0666c776298c873f3ff32e4b3874f0b9db357.tar.gz
jalv-abf0666c776298c873f3ff32e4b3874f0b9db357.tar.bz2
jalv-abf0666c776298c873f3ff32e4b3874f0b9db357.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5429 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/lv2_evbuf.h')
-rw-r--r--src/lv2_evbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lv2_evbuf.h b/src/lv2_evbuf.h
index dfd53df..42951f0 100644
--- a/src/lv2_evbuf.h
+++ b/src/lv2_evbuf.h
@@ -100,13 +100,13 @@ void*
lv2_evbuf_get_buffer(LV2_Evbuf* evbuf);
/**
- Return an iterator to the start of `buf`.
+ Return an iterator to the start of `evbuf`.
*/
LV2_Evbuf_Iterator
lv2_evbuf_begin(LV2_Evbuf* evbuf);
/**
- Return an iterator to the end of @a buf.
+ Return an iterator to the end of `evbuf`.
*/
LV2_Evbuf_Iterator
lv2_evbuf_end(LV2_Evbuf* evbuf);