diff options
author | Henrik Nord <[email protected]> | 2014-02-24 16:14:16 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-02-24 16:14:44 +0100 |
commit | 109a06739bdbb5ca1e21cea2d4cf288fc0848d57 (patch) | |
tree | 25abfecf02dfb64fa2e5c0d8d47fce5c739e95cf /lib/common_test/src/ct_logs.erl | |
parent | ca693a05bda78d701ff8b47d851505098c79c077 (diff) | |
parent | f2169928a77d5a6b2e3e069b8cf9b8f5300ed543 (diff) | |
download | otp-109a06739bdbb5ca1e21cea2d4cf288fc0848d57.tar.gz otp-109a06739bdbb5ca1e21cea2d4cf288fc0848d57.tar.bz2 otp-109a06739bdbb5ca1e21cea2d4cf288fc0848d57.zip |
Merge branch 'fenollp/otp-edoc-usage-fixes'
* fenollp/otp-edoc-usage-fixes:
Fix edoc usage errors
OTP-11702
Diffstat (limited to 'lib/common_test/src/ct_logs.erl')
-rw-r--r-- | lib/common_test/src/ct_logs.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_logs.erl b/lib/common_test/src/ct_logs.erl index a7fb45a4e4..a4ad65c0a4 100644 --- a/lib/common_test/src/ct_logs.erl +++ b/lib/common_test/src/ct_logs.erl @@ -76,7 +76,7 @@ tests = []}). %%%----------------------------------------------------------------- -%%% @spec init(Mode) -> Result +%%% @spec init(Mode, Verbosity) -> Result %%% Mode = normal | interactive %%% Result = {StartTime,LogDir} %%% StartTime = term() |