From 247c09beba4d5f606ce397cf26e0f9ee6b2d5df3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Dec 2017 18:45:36 +0100 Subject: Fix documentation warnings --- ingen/EngineBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/EngineBase.hpp') 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; -- cgit v1.2.1