aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-02-26 23:11:38 +0100
committerPeter Andersson <[email protected]>2015-02-26 23:11:38 +0100
commitd603d51333b2bdc58658ef8bfe7f2a2a8ed074a5 (patch)
tree62591cbf70966f7ec11b1c5e9d2f8ceea121b611 /lib/common_test/src/ct.erl
parentbb8ddc6d95844f92f4a3bfd7bfd3073f63bcbf45 (diff)
downloadotp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.tar.gz
otp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.tar.bz2
otp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.zip
Add documentation
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl
index 0dc80142e0..9d8fce2789 100644
--- a/lib/common_test/src/ct.erl
+++ b/lib/common_test/src/ct.erl
@@ -1014,7 +1014,7 @@ abort_current_testcase(Reason) ->
%%% CT event manager. The reference can be used to e.g. add
%%% a user specific event handler while tests are running.
%%% Example:
-%%% gen_event:add_handler(ct:get_event_mgr_ref(), my_ev_h, [])</p>
+%%% <c>gen_event:add_handler(ct:get_event_mgr_ref(), my_ev_h, [])</c></p>
get_event_mgr_ref() ->
?CT_EVMGR_REF.