diff options
author | Hans Nilsson <[email protected]> | 2014-09-15 10:14:27 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-15 10:14:27 +0200 |
commit | 30a16d6cedd7f01ecfa84bd1d5c3fac54d0d495d (patch) | |
tree | c146a63e86f03f87f4b67a4e47239da55eeb6963 | |
parent | 76f185d3fa392460f3ed0d9f7ae3bcc19aef87fd (diff) | |
parent | 737e6935f6e2a8aa010973dca73e0c4930495baa (diff) | |
download | otp-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.erl | 4 |
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 |