]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/addons/terminado/terminado.js
Update documentation with cleaner license declaration
[mirror_xterm.js.git] / src / addons / terminado / terminado.js
index e17a188a559dd03384b9331e5ed7df58da169d23..86e6ea2e89c750d5d5d0ad5df2d4a9d7f723a908 100644 (file)
@@ -1,9 +1,8 @@
-/*
- * Implements the attach method that
- * attaches the terminal to a Terminado WebSocket stream.
+/**
+ * This module provides methods for attaching a terminal to a terminado WebSocket stream.
  *
- * The bidirectional argument indicates, whether the terminal should
- * send data to the socket as well and is true, by default.
+ * @module xterm/addons/terminado/terminado
+ * @license MIT
  */
 
 (function (attach) {
 })(function (Xterm) {
   'use strict';
 
-  /**
-   * This module provides methods for attaching a terminal to a WebSocket
-   * stream.
-   *
-   * @module xterm/addons/attach/attach
-   */
   var exports = {};
 
   /**