From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/timer.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'lib/stdlib/doc/src/timer.xml') diff --git a/lib/stdlib/doc/src/timer.xml b/lib/stdlib/doc/src/timer.xml index 885bb89b1a..165eecfbb0 100644 --- a/lib/stdlib/doc/src/timer.xml +++ b/lib/stdlib/doc/src/timer.xml @@ -32,7 +32,7 @@ D timer.xml - timer + timer Timer functions.

This module provides useful functions related to time. Unless otherwise @@ -62,7 +62,7 @@ - + Apply Module:Function(Arguments) after a specified Time. @@ -75,7 +75,7 @@ - + Evaluate Module:Function(Arguments) repeatedly at intervals of Time. @@ -88,7 +88,7 @@ - + Cancel a previously requested time-out identified by TRef. @@ -101,8 +101,8 @@ - - + + Send an exit signal with Reason after a specified Time. @@ -117,7 +117,7 @@ - + Convert Hours+Minutes+Seconds to Milliseconds. @@ -127,7 +127,7 @@ - + Convert Hours to Milliseconds.

Returns the number of milliseconds in Hours.

@@ -135,8 +135,8 @@ - - + + Send an exit signal with Reason after a specified Time. @@ -148,7 +148,7 @@ - + Converts Minutes to Milliseconds.

Returns the number of milliseconds in @@ -157,7 +157,7 @@ - + Calculate time difference between time stamps. In microseconds @@ -173,7 +173,7 @@ - + Convert Seconds to Milliseconds.

Returns the number of milliseconds in @@ -182,8 +182,8 @@ - - + + Send Message to Pid after a specified Time. @@ -206,8 +206,8 @@ - - + + Send Message repeatedly at intervals of Time. @@ -231,7 +231,7 @@ - + Suspend the calling process for Time milliseconds. @@ -244,7 +244,7 @@ - + Start a global timer server (named timer_server). @@ -260,7 +260,7 @@ - + Measure the real time it takes to evaluate apply(Module, Function, Arguments) or apply(Fun, Arguments). In microseconds -- cgit v1.2.3