From a5f71a01a51a946b1dd1e5227416b946ab918aec Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Thu, 12 Sep 2019 14:02:47 +0200 Subject: Fix doc attributes Bungled in commit 56e6e65b, which replaced 15 variants and 6 arities of create_subscription, by 2 arities and an argument map. The old variants are all still exported, just not documented. Add a note to this effect. --- lib/common_test/doc/src/ct_netconfc.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/common_test/doc/src/ct_netconfc.xml b/lib/common_test/doc/src/ct_netconfc.xml index ab56ea5587..f4d98b611b 100644 --- a/lib/common_test/doc/src/ct_netconfc.xml +++ b/lib/common_test/doc/src/ct_netconfc.xml @@ -435,8 +435,8 @@ - - + + Creates a subscription for event notifications.

Creates a subscription for event notifications by sending @@ -483,6 +483,13 @@ StopTime must only be used with StartTime is not enforced, to allow an invalid request to be sent to the server.

+ +

Prior to OTP 22.1, this function was documented as having + 15 variants in 6 arities. These are still exported for + backwards compatibility, but no longer documented. + The map-based variants documented above provide the same + functionality with simpler arguments.

+
-- cgit v1.2.1