[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / WarningMessage.cs
index aa7882cd4abd5ec1a9efd80f4caacbc78e4e24b9..955d60b1ba5a756346ef1fb89d37b58453b1e42c 100644 (file)
@@ -7,7 +7,9 @@ namespace org { namespace ldk { namespace structs {
 
 
 /**
- * A warning message to be sent or received from a peer
+ * A [`warning`] message to be sent to or received from a peer.
+ * 
+ * [`warning`]: https://github.com/lightning/bolts/blob/master/01-messaging.md#the-error-and-warning-messages
  */
 public class WarningMessage : CommonBase {
        internal WarningMessage(object _dummy, long ptr) : base(ptr) { }
@@ -39,6 +41,7 @@ public class WarningMessage : CommonBase {
 
        /**
         * A possibly human-readable warning description.
+        * 
         * The string should be sanitized before it is used (e.g. emitted to logs or printed to
         * stdout). Otherwise, a well crafted error message may trigger a security vulnerability in
         * the terminal emulator or the logging subsystem.
@@ -51,6 +54,7 @@ public class WarningMessage : CommonBase {
 
        /**
         * A possibly human-readable warning description.
+        * 
         * The string should be sanitized before it is used (e.g. emitted to logs or printed to
         * stdout). Otherwise, a well crafted error message may trigger a security vulnerability in
         * the terminal emulator or the logging subsystem.