summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Svensson <anders@erlang.org>2019-09-13 09:34:00 +0200
committerAnders Svensson <anders@erlang.org>2019-09-13 09:34:00 +0200
commitbaddc3dc78e1723ba976b39cf25b51b9a24d6250 (patch)
treec33d31bdbbc8890772181dbbfb9d82dac2677622
parentf879b3390893cc4e6c8fa2b518363dda38f5cd4d (diff)
parenta5f71a01a51a946b1dd1e5227416b946ab918aec (diff)
downloaderlang-baddc3dc78e1723ba976b39cf25b51b9a24d6250.tar.gz
Merge branch 'anders/common_test/NETCONF-1.1/OTP-15789' into maint
* anders/common_test/NETCONF-1.1/OTP-15789: Fix doc attributes
-rw-r--r--lib/common_test/doc/src/ct_netconfc.xml11
1 files 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 @@
</func>
<func>
- <name name="create_subscription" arity="2" clause_i="1"/>
- <name name="create_subscription" arity="3" clause_i="1"/>
+ <name name="create_subscription" arity="2" clause_i="1" since="OTP 22.1"/>
+ <name name="create_subscription" arity="3" clause_i="1" since="OTP 22.1"/>
<fsummary>Creates a subscription for event notifications.</fsummary>
<desc>
<p>Creates a subscription for event notifications by sending
@@ -483,6 +483,13 @@
<c>StopTime</c> must only be used with <c>StartTime</c> is not
enforced, to allow an invalid request to be sent to the
server.</p>
+
+ <p>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.</p>
+
</desc>
</func>