diff options
author | Richard Carlsson <[email protected]> | 2012-07-17 18:32:31 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-08-10 10:57:23 +0200 |
commit | 5f9ad541eb520162d86bdc5bcf58e235ced7e786 (patch) | |
tree | f0678815a217bef9b6f79a2912704dad67036fd2 /lib/eunit/doc/overview.edoc | |
parent | 7b1897b9cf0ef125a567004745b211698a976bd9 (diff) | |
download | otp-5f9ad541eb520162d86bdc5bcf58e235ced7e786.tar.gz otp-5f9ad541eb520162d86bdc5bcf58e235ced7e786.tar.bz2 otp-5f9ad541eb520162d86bdc5bcf58e235ced7e786.zip |
documentation fixes
Diffstat (limited to 'lib/eunit/doc/overview.edoc')
-rw-r--r-- | lib/eunit/doc/overview.edoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/eunit/doc/overview.edoc b/lib/eunit/doc/overview.edoc index 42d70a6963..b4af31ae6a 100644 --- a/lib/eunit/doc/overview.edoc +++ b/lib/eunit/doc/overview.edoc @@ -726,8 +726,9 @@ A <em>simple test object</em> is one of the following: <li>A tuple `{test, ModuleName, FunctionName}', where `ModuleName' and `FunctionName' are atoms, referring to the function `ModuleName:FunctionName/0'</li> - <li>Obsolete: a pair of atoms `{ModuleName, FunctionName}', equivalent to - `{test, ModuleName, FunctionName}' if nothing else matches first. </li> + <li>(Obsolete) A pair of atoms `{ModuleName, FunctionName}', equivalent to + `{test, ModuleName, FunctionName}' if nothing else matches first. This + might be removed in a future version.</li> <li>A pair `{LineNumber, SimpleTest}', where `LineNumber' is a nonnegative integer and `SimpleTest' is another simple test object. `LineNumber' should indicate the source line of the test. |