diff options
author | Lukas Larsson <[email protected]> | 2012-08-21 17:44:49 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-08-23 16:18:54 +0200 |
commit | a95a238719369feb1002daeacf4e1485439a38d2 (patch) | |
tree | 079cad631b8a4d42adbbc1a28b3346402f4bfa96 /lib/common_test/src/ct_netconfc.erl | |
parent | a62b355f2122385564f5ea2080d9705e2ef45efa (diff) | |
download | otp-a95a238719369feb1002daeacf4e1485439a38d2.tar.gz otp-a95a238719369feb1002daeacf4e1485439a38d2.tar.bz2 otp-a95a238719369feb1002daeacf4e1485439a38d2.zip |
Add more cross reference links to ct docs
Diffstat (limited to 'lib/common_test/src/ct_netconfc.erl')
-rw-r--r-- | lib/common_test/src/ct_netconfc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_netconfc.erl b/lib/common_test/src/ct_netconfc.erl index 8d2e25b946..a6b170f07e 100644 --- a/lib/common_test/src/ct_netconfc.erl +++ b/lib/common_test/src/ct_netconfc.erl @@ -408,7 +408,7 @@ open(Options) -> %% server. It is not used for any other purposes during the lifetime %% of the connection. %% -%% @see ct:require/3 +%% @see ct:require/2 %% @end %%---------------------------------------------------------------------- open(KeyOrName, ExtraOpts) -> |