From 20cc39d443d1a2c364b0fb778c7813ae7b5a1dd6 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 11 Dec 2018 17:42:39 +0100 Subject: Add "since" attributes in xml for new functions and modules introduced after OTP_R13B03. --- lib/et/doc/src/et.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/et/doc/src/et.xml') diff --git a/lib/et/doc/src/et.xml b/lib/et/doc/src/et.xml index 3009b559e1..ec7381f633 100644 --- a/lib/et/doc/src/et.xml +++ b/lib/et/doc/src/et.xml @@ -39,7 +39,7 @@ - trace_me(DetailLevel, From, To, Label, Contents) -> hopefully_traced + trace_me(DetailLevel, From, To, Label, Contents) -> hopefully_traced A function that is intended to be traced. DetailLevel = integer(X) when X =< 0, X >= 100 @@ -70,7 +70,7 @@ - trace_me(DetailLevel, FromTo, Label, Contents) -> hopefully_traced + trace_me(DetailLevel, FromTo, Label, Contents) -> hopefully_traced A function that is intended to be traced.

Invokes et:trace_me/5 with both From and To -- cgit v1.2.3 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/et/doc/src/et.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/et/doc/src/et.xml') diff --git a/lib/et/doc/src/et.xml b/lib/et/doc/src/et.xml index ec7381f633..a362d00b3e 100644 --- a/lib/et/doc/src/et.xml +++ b/lib/et/doc/src/et.xml @@ -32,7 +32,7 @@ %VSN% et - et + et Main API of the Event Trace (ET) application

Interface module for the Event Trace (ET) application

@@ -79,8 +79,8 @@
- phone_home(DetailLevel, FromTo, Label, Contents) -> hopefully_traced - phone_home(DetailLevel, From, To, Label, Contents) -> hopefully_traced + phone_home(DetailLevel, FromTo, Label, Contents) -> hopefully_traced + phone_home(DetailLevel, From, To, Label, Contents) -> hopefully_traced Send a signal to the outer space

These functions sends a signal to the outer space and the @@ -90,8 +90,8 @@ - report_event(DetailLevel, FromTo, Label, Contents) -> hopefully_traced - report_event(DetailLevel, From, To, Label, Contents) -> hopefully_traced + report_event(DetailLevel, FromTo, Label, Contents) -> hopefully_traced + report_event(DetailLevel, From, To, Label, Contents) -> hopefully_traced Deprecated functions

Deprecated functions which for the time being are kept for -- cgit v1.2.3