diff options
author | Peter Andersson <[email protected]> | 2015-02-26 23:11:38 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-02-26 23:11:38 +0100 |
commit | d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5 (patch) | |
tree | 62591cbf70966f7ec11b1c5e9d2f8ceea121b611 /lib/common_test/src | |
parent | bb8ddc6d95844f92f4a3bfd7bfd3073f63bcbf45 (diff) | |
download | otp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.tar.gz otp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.tar.bz2 otp-d603d51333b2bdc58658ef8bfe7f2a2a8ed074a5.zip |
Add documentation
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/ct.erl | 2 | ||||
-rw-r--r-- | lib/common_test/src/ct_master.erl | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/lib/common_test/src/ct_master.erl b/lib/common_test/src/ct_master.erl index 0a41a0ed15..2cdb259899 100644 --- a/lib/common_test/src/ct_master.erl +++ b/lib/common_test/src/ct_master.erl @@ -300,7 +300,7 @@ progress() -> %%% CT master 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_master:get_event_mgr_ref(), my_ev_h, [])</p> +%%% <c>gen_event:add_handler(ct_master:get_event_mgr_ref(), my_ev_h, [])</c></p> get_event_mgr_ref() -> ?CT_MEVMGR_REF. |