diff options
author | David Robillard <d@drobilla.net> | 2017-12-16 18:45:36 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-16 18:45:36 +0100 |
commit | 247c09beba4d5f606ce397cf26e0f9ee6b2d5df3 (patch) | |
tree | 2bd613a555ef85c7549efdf7869215145a3ed687 /ingen | |
parent | 7513e0b53a36e96b9e1fa1884b78077a95da3081 (diff) | |
download | ingen-247c09beba4d5f606ce397cf26e0f9ee6b2d5df3.tar.gz ingen-247c09beba4d5f606ce397cf26e0f9ee6b2d5df3.tar.bz2 ingen-247c09beba4d5f606ce397cf26e0f9ee6b2d5df3.zip |
Fix documentation warnings
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/EngineBase.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index 272faa47..c8154c4c 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -83,7 +83,7 @@ public: This function is only safe to call in sequential contexts, and runs both process thread and main iterations in lock-step. - @param Interval in milliseconds to sleep between each block. + @param sleep_ms Interval in milliseconds to sleep between each block. */ virtual void flush_events(const std::chrono::milliseconds& sleep_ms) = 0; |