diff options
author | Hans Bolinder <[email protected]> | 2015-11-18 08:34:59 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-11-18 08:34:59 +0100 |
commit | 2e3a11d68f2b57a5fe09eb73a20407508a9567d0 (patch) | |
tree | 4afa097de7df4d43979cb509e7d03ed381df2c13 /lib/eunit/doc | |
parent | fa2438389769a65dbd12caea0d7ab6510bbe0e42 (diff) | |
parent | ea4114d5d4156bae207788e5be7d0157e32adfe9 (diff) | |
download | otp-2e3a11d68f2b57a5fe09eb73a20407508a9567d0.tar.gz otp-2e3a11d68f2b57a5fe09eb73a20407508a9567d0.tar.bz2 otp-2e3a11d68f2b57a5fe09eb73a20407508a9567d0.zip |
Merge branch 'maint'
* maint:
[crypto] Correct documentation
[compiler] Correct documentation
[ssh] Correct documentation
[snmp] Correct documentation
[eunit] Correct documentation
Diffstat (limited to 'lib/eunit/doc')
-rw-r--r-- | lib/eunit/doc/overview.edoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/eunit/doc/overview.edoc b/lib/eunit/doc/overview.edoc index 2789a05792..12ea02f442 100644 --- a/lib/eunit/doc/overview.edoc +++ b/lib/eunit/doc/overview.edoc @@ -907,7 +907,6 @@ the test set is finished, regardless of the outcome (success, failures, timeouts, etc.). To make the descriptions simpler, we first list some definitions: -<center> <table border="0" cellspacing="4"> <tr> <td>`Setup'</td><td>`() -> (R::any())'</td> @@ -928,7 +927,6 @@ To make the descriptions simpler, we first list some definitions: <td>`Where'</td><td>`local | spawn | {spawn, Node::atom()}'</td> </tr> </table> -</center> (these are explained in more detail further below.) The following representations specify fixture handling for test sets: |