aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-10-14 13:56:12 +0200
committerHans Bolinder <[email protected]>2015-11-17 15:53:12 +0100
commit5de2c218a397d4243cdb0ec08cf300b2c12bf1aa (patch)
tree9df5af19c80e926fdb3bf7ad422a90a9fb0bb6f2 /lib/eunit/doc
parent2e83a9026bb7d6688d878fa8d17d47253e40482f (diff)
downloadotp-5de2c218a397d4243cdb0ec08cf300b2c12bf1aa.tar.gz
otp-5de2c218a397d4243cdb0ec08cf300b2c12bf1aa.tar.bz2
otp-5de2c218a397d4243cdb0ec08cf300b2c12bf1aa.zip
[eunit] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'lib/eunit/doc')
-rw-r--r--lib/eunit/doc/overview.edoc2
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: