aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_master_event.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2018-06-05 10:13:43 +0200
committerHans Bolinder <[email protected]>2018-06-07 09:37:39 +0200
commitf9a818d0378d1e7e4e91d13b7ce1208dc2d628af (patch)
tree667ba4ee44ce2697e9c22f79aa2e9e3fa119bd54 /lib/common_test/src/ct_master_event.erl
parentd58714a1d64a22f6710e704a98d85001ffc5c666 (diff)
downloadotp-f9a818d0378d1e7e4e91d13b7ce1208dc2d628af.tar.gz
otp-f9a818d0378d1e7e4e91d13b7ce1208dc2d628af.tar.bz2
otp-f9a818d0378d1e7e4e91d13b7ce1208dc2d628af.zip
common_test: Remove EDoc documentation in internal modules
Diffstat (limited to 'lib/common_test/src/ct_master_event.erl')
-rw-r--r--lib/common_test/src/ct_master_event.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/common_test/src/ct_master_event.erl b/lib/common_test/src/ct_master_event.erl
index bd4d1efc92..a6ec5a7a75 100644
--- a/lib/common_test/src/ct_master_event.erl
+++ b/lib/common_test/src/ct_master_event.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2006-2017. All Rights Reserved.
+%% Copyright Ericsson AB 2006-2018. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -18,13 +18,13 @@
%% %CopyrightEnd%
%%
-%%% @doc Common Test Framework Event Handler
+%%% Common Test Framework Event Handler
%%%
-%%% <p>This module implements an event handler that the CT Master
+%%% This module implements an event handler that the CT Master
%%% uses to handle status and progress notifications sent to the
%%% master node during test runs. This module may be used as a
%%% template for other event handlers that can be plugged in to
-%%% handle logging and reporting on the master node.</p>
+%%% handle logging and reporting on the master node.
-module(ct_master_event).
-behaviour(gen_event).