summaryrefslogtreecommitdiffstats
path: root/src/server/BlockImpl.hpp
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
commit70bf3d69344122988fc7ffff7d88a21c9bd00896 (patch)
tree52975cf7ec48710fa7e2bc2ee9c5a26f8941f7d1 /src/server/BlockImpl.hpp
parentea8f653960d5b3a1fe6012f57cbfadd85a1ef68c (diff)
downloadingen-70bf3d69344122988fc7ffff7d88a21c9bd00896.tar.gz
ingen-70bf3d69344122988fc7ffff7d88a21c9bd00896.tar.bz2
ingen-70bf3d69344122988fc7ffff7d88a21c9bd00896.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5429 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/BlockImpl.hpp')
-rw-r--r--src/server/BlockImpl.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp
index 15d5a46e..cfffcb96 100644
--- a/src/server/BlockImpl.hpp
+++ b/src/server/BlockImpl.hpp
@@ -92,11 +92,7 @@ public:
/** Do whatever needs doing in the process thread before process() is called */
virtual void pre_process(ProcessContext& context);
- /** Run the block for @a nframes input/output.
- *
- * @a start and @a end are transport times: end is not redundant in the case
- * of varispeed, where end-start != nframes.
- */
+ /** Run for the block of time specified by `context`. */
virtual void process(ProcessContext& context) = 0;
/** Do whatever needs doing in the process thread after process() is called */