diff options
author | Siri Hansen <[email protected]> | 2017-05-04 17:28:01 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-05-08 15:37:19 +0200 |
commit | fe521f4679ed0caa068f3825869796001b29fc40 (patch) | |
tree | e8dba43d70223e63f3ac46212db2fdb0515cb244 /lib/common_test/src/ct_gen_conn.erl | |
parent | 63d63920f3f68f1d3cc62184e9f1a5c51da17088 (diff) | |
download | otp-fe521f4679ed0caa068f3825869796001b29fc40.tar.gz otp-fe521f4679ed0caa068f3825869796001b29fc40.tar.bz2 otp-fe521f4679ed0caa068f3825869796001b29fc40.zip |
[ct_netconfc] Update documentation
* Remove edoc comments in ct_netconfc.erl
* Rewrite ct_netconfc.xml to use specs for functions and types
* Add documentation of new functions in ct_netconfc
Diffstat (limited to 'lib/common_test/src/ct_gen_conn.erl')
-rw-r--r-- | lib/common_test/src/ct_gen_conn.erl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/common_test/src/ct_gen_conn.erl b/lib/common_test/src/ct_gen_conn.erl index 5046ffade0..88b05cf955 100644 --- a/lib/common_test/src/ct_gen_conn.erl +++ b/lib/common_test/src/ct_gen_conn.erl @@ -29,13 +29,6 @@ -export([call/2, call/3, return/2, do_within_time/2]). -export([log/3, start_log/1, cont_log/2, cont_log_no_timestamp/2, end_log/0]). -%%---------------------------------------------------------------------- -%% Exported types -%%---------------------------------------------------------------------- --export_type([server_id/0, - target_name/0, - key_or_name/0]). - -ifdef(debug). -define(dbg,true). -else. @@ -54,18 +47,6 @@ cb_state, ct_util_server}). -%%------------------------------------------------------------------ -%% Type declarations -%%------------------------------------------------------------------ --type server_id() :: atom(). -%% A `ServerId' which exists in a configuration file. --type target_name() :: atom(). -%% A name which is associated to a `server_id()' via a -%% `require' statement or a call to {@link ct:require/2} in the -%% test suite. --type key_or_name() :: server_id() | target_name(). - - %%%----------------------------------------------------------------- %%% @spec start(Address,InitData,CallbackMod,Opts) -> %%% {ok,Handle} | {error,Reason} |