@@ -2889,9 +2889,8 @@ public static void Write(
28892889 * to a data stream in UTF-8. If the object is convertible to a CBOR
28902890 * map, or to a CBOR object that contains CBOR maps, the keys to those
28912891 * maps are written out to the JSON string in an undefined order. The
2892- * example code given in <see
2893- *
2894- cref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
2892+ * example code given in
2893+ * <b>PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)</b>
28952894 * can be used to write out certain keys of a CBOR map in a given order
28962895 * to a JSON string.
28972896 * @param obj The parameter {@code obj} is an arbitrary object. Can be null.
@@ -4505,9 +4504,8 @@ public CBORObject Set(Object key, Object valueOb) {
45054504 * example, <code>22("Test")</code> is converted to <code>"Test"</code> and
45064505 * <code>true</code> is converted to <code>"true"</code>). If, after such
45074506 * conversion, two or more map keys are identical, this method throws a
4508- * CBORException. The example code given in <see
4509- *
4510- cref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
4507+ * CBORException. The example code given in
4508+ * <b>PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)</b>
45114509 * can be used to write out certain keys of a CBOR map in a given order
45124510 * to a JSON string.</p>
45134511 * @return A text string.
@@ -4609,9 +4607,8 @@ public String ToJSONString(JSONOptions options) {
46094607 * human-readable, not machine-readable, the format is not intended to
46104608 * be parsed, and the format may change at any time. The returned
46114609 * string is not necessarily in JavaScript object Notation (JSON); to
4612- * convert CBOR objects to JSON strings, use the <see
4613- *
4614- cref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
4610+ * convert CBOR objects to JSON strings, use the
4611+ * <b>PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)</b>
46154612 * method instead.
46164613 * @return A text representation of this object.
46174614 */
@@ -4790,9 +4787,8 @@ public CBORObject UntagOne() {
47904787 * format, as in the ToJSONString method, and writes that string to a
47914788 * data stream in UTF-8. If the CBOR object contains CBOR maps, or is a
47924789 * CBOR map, the keys to the map are written out to the JSON string in
4793- * an undefined order. The example code given in <see
4794- *
4795- cref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
4790+ * an undefined order. The example code given in
4791+ * <b>PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)</b>
47964792 * can be used to write out certain keys of a CBOR map in a given order
47974793 * to a JSON string.
47984794 * @param outputStream A writable data stream.
@@ -4815,9 +4811,8 @@ public void WriteJSONTo(OutputStream outputStream) throws java.io.IOException {
48154811 * data stream in UTF-8, using the given JSON options to control the
48164812 * encoding process. If the CBOR object contains CBOR maps, or is a
48174813 * CBOR map, the keys to the map are written out to the JSON string in
4818- * an undefined order. The example code given in <see
4819- *
4820- cref='PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)'/>
4814+ * an undefined order. The example code given in
4815+ * <b>PeterO.Cbor.CBORObject.ToJSONString(PeterO.Cbor.JSONOptions)</b>
48214816 * can be used to write out certain keys of a CBOR map in a given order
48224817 * to a JSON string.
48234818 * @param outputStream A writable data stream.
0 commit comments