aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/SMFReader.cpp
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
commit1afc11f63b596a03faab2f8802e662e2d1607d0a (patch)
treee9b2feda1f2be27c961fe4a7d45bce39cf2deba1 /src/engine/SMFReader.cpp
parentadd7bc7f682037aea8f97f7c40b8302f94f962d0 (diff)
downloadmachina-1afc11f63b596a03faab2f8802e662e2d1607d0a.tar.gz
machina-1afc11f63b596a03faab2f8802e662e2d1607d0a.tar.bz2
machina-1afc11f63b596a03faab2f8802e662e2d1607d0a.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@5429 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/SMFReader.cpp')
-rw-r--r--src/engine/SMFReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SMFReader.cpp b/src/engine/SMFReader.cpp
index 365a1f3..5df636d 100644
--- a/src/engine/SMFReader.cpp
+++ b/src/engine/SMFReader.cpp
@@ -203,7 +203,7 @@ SMFReader::seek_to_track(unsigned track) throw (std::logic_error)
* Returns event length (including status byte) on success, 0 if event was
* skipped (eg a meta event), or -1 on EOF (or end of track).
*
- * If @a buf is not large enough to hold the event, 0 will be returned, but ev_size
+ * If `buf` is not large enough to hold the event, 0 will be returned, but ev_size
* set to the actual size of the event.
*/
int