diff options
author | Hans Bolinder <[email protected]> | 2018-06-05 09:25:23 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-06-07 09:37:39 +0200 |
commit | d58714a1d64a22f6710e704a98d85001ffc5c666 (patch) | |
tree | 2b8b322a8baf135406f76a09a14eba1028ddf235 /lib/common_test/src/ct_testspec.erl | |
parent | 9ae2044073e6433030ce30756658b103ce67c3c1 (diff) | |
download | otp-d58714a1d64a22f6710e704a98d85001ffc5c666.tar.gz otp-d58714a1d64a22f6710e704a98d85001ffc5c666.tar.bz2 otp-d58714a1d64a22f6710e704a98d85001ffc5c666.zip |
common_test: Remove EDoc documentation in public modules
Diffstat (limited to 'lib/common_test/src/ct_testspec.erl')
-rw-r--r-- | lib/common_test/src/ct_testspec.erl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/common_test/src/ct_testspec.erl b/lib/common_test/src/ct_testspec.erl index bd3755722f..2c18caf18f 100644 --- a/lib/common_test/src/ct_testspec.erl +++ b/lib/common_test/src/ct_testspec.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2006-2017. All Rights Reserved. +%% Copyright Ericsson AB 2006-2018. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -18,10 +18,6 @@ %% %CopyrightEnd% %% -%%% @doc Common Test Framework functions handling test specifications. -%%% -%%% <p>This module exports functions that are used within CT to -%%% scan and parse test specifikations.</p> -module(ct_testspec). -export([prepare_tests/1, prepare_tests/2, |