diff options
author | Hans Nilsson <[email protected]> | 2014-09-15 10:13:48 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-15 10:13:48 +0200 |
commit | 737e6935f6e2a8aa010973dca73e0c4930495baa (patch) | |
tree | c146a63e86f03f87f4b67a4e47239da55eeb6963 /lib/common_test/src | |
parent | 76f185d3fa392460f3ed0d9f7ae3bcc19aef87fd (diff) | |
download | otp-737e6935f6e2a8aa010973dca73e0c4930495baa.tar.gz otp-737e6935f6e2a8aa010973dca73e0c4930495baa.tar.bz2 otp-737e6935f6e2a8aa010973dca73e0c4930495baa.zip |
common_test: Add p-tag to warning-tag
Diffstat (limited to 'lib/common_test/src')
-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 |