diff options
author | Micael Karlberg <[email protected]> | 2019-06-13 12:15:02 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-06-27 17:34:46 +0200 |
commit | 7d4523e38861f0fda6bcba46bafa815e0f01a64e (patch) | |
tree | 2b5f5e9e9455126d7a3332503a9d5ad7bad1f7cf /lib/megaco | |
parent | 360d9255043202e4295abb445f608aa6f8885f43 (diff) | |
download | otp-7d4523e38861f0fda6bcba46bafa815e0f01a64e.tar.gz otp-7d4523e38861f0fda6bcba46bafa815e0f01a64e.tar.bz2 otp-7d4523e38861f0fda6bcba46bafa815e0f01a64e.zip |
[megaco|doc] Change description to note
xmllint did not accept a 'description' tag for the 'DATA TYPE'
section. But a 'note' tag worked (it *also* made more sence).
OTP-15882
Diffstat (limited to 'lib/megaco')
-rw-r--r-- | lib/megaco/doc/src/megaco_encoder.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/doc/src/megaco_encoder.xml b/lib/megaco/doc/src/megaco_encoder.xml index af1baa6661..0632a55d48 100644 --- a/lib/megaco/doc/src/megaco_encoder.xml +++ b/lib/megaco/doc/src/megaco_encoder.xml @@ -42,13 +42,13 @@ <section> <title>DATA TYPES</title> - <description> + <note> <p>Note that the actual definition of (some of) these records depend on the megaco protocol version used. For instance, the <c>'TransactionReply'</c> record has two more fields in version 3, so a simple erlang type definition cannot be made here. </p> - </description> + </note> <code type="none"><![CDATA[ protocol_version() = integer() segment_no() = integer() |