aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-09-15 10:14:27 +0200
committerHans Nilsson <[email protected]>2014-09-15 10:14:27 +0200
commit30a16d6cedd7f01ecfa84bd1d5c3fac54d0d495d (patch)
treec146a63e86f03f87f4b67a4e47239da55eeb6963
parent76f185d3fa392460f3ed0d9f7ae3bcc19aef87fd (diff)
parent737e6935f6e2a8aa010973dca73e0c4930495baa (diff)
downloadotp-30a16d6cedd7f01ecfa84bd1d5c3fac54d0d495d.tar.gz
otp-30a16d6cedd7f01ecfa84bd1d5c3fac54d0d495d.tar.bz2
otp-30a16d6cedd7f01ecfa84bd1d5c3fac54d0d495d.zip
Merge branch 'hans/common_test/add_xml_p_tag' into maint
-rw-r--r--lib/common_test/src/ct_property_test.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_property_test.erl b/lib/common_test/src/ct_property_test.erl
index 39d089f04c..52acda5388 100644
--- a/lib/common_test/src/ct_property_test.erl
+++ b/lib/common_test/src/ct_property_test.erl
@@ -59,8 +59,10 @@
%%% '''
%%%
%%% <warning>
+%%% <p>
%%% This is experimental code which may be changed or removed
-%%% anytime without any warning.
+%%% anytime without any warning.
+%%% </p>
%%% </warning>
%%%
%%% @end