From 0500915d11711b17a1eafd317a0fcfc4ec529604 Mon Sep 17 00:00:00 2001 From: FlightControl Date: Wed, 15 Jun 2016 06:50:08 +0200 Subject: [PATCH] Documentation update on SCHEDULER --- Moose Development/Moose/Scheduler.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Scheduler.lua b/Moose Development/Moose/Scheduler.lua index 0f164a942..545305774 100644 --- a/Moose Development/Moose/Scheduler.lua +++ b/Moose Development/Moose/Scheduler.lua @@ -10,8 +10,8 @@ -- -- * @{Scheduler#SCHEDULER.New}: Setup a new scheduler and start it with the specified parameters. -- --- SCHEDULER timer stop and start --- ------------------------------ +-- 1.2) SCHEDULER timer stop and start +-- ----------------------------------- -- The SCHEDULER can be stopped and restarted with the following methods: -- -- * @{Scheduler#SCHEDULER.Start}: (Re-)Start the scheduler.