@@ -598,15 +598,17 @@ export interface V86Options {
598598 * A textarea that will receive and send data to the emulated serial terminal (only browsers).
599599 * Alternatively the serial terminal can also be accessed programatically, see
600600 * [examples/serial.html](https://github.com/copy/v86/blob/master/examples/serial.html) for example.
601- * Deprecated in favor of the serial_console config below
601+ * Deprecated in favor of { @link V86Options. serial_console}.
602602 * @deprecated
603+ * @see {@link V86Options.serial_console }
603604 */
604605 serial_container ?: HTMLTextAreaElement ;
605606
606607 /**
607608 * Xtermjs serial terminal container (only browsers). When set, serial_container option is ignored.
608- * Deprecated in favor of the serial_console config below .
609+ * Deprecated in favor of { @link V86Options. serial_console} .
609610 * @deprecated
611+ * @see {@link V86Options.serial_console }
610612 */
611613 serial_container_xtermjs ?: HTMLElement ;
612614
@@ -625,7 +627,7 @@ export interface V86Options {
625627 * Emulator screen element (only browsers).
626628 * Only provided for backwards compatibility, use {@link V86Options.screen} instead.
627629 * @deprecated
628- * @see {@link https://github.com/copy/v86/blob/master/examples/basic.html|exmaples/basic.html } for example
630+ * @see {@link https://github.com/copy/v86/blob/master/examples/basic.html } for example
629631 */
630632 screen_container ?: HTMLElement | null ;
631633
@@ -678,7 +680,7 @@ export interface V86Options {
678680
679681 /**
680682 * The URL of a server running network relay.
681- * Deprecated in favor of the net_device config .
683+ * Deprecated in favor of { @link V86Options. net_device} .
682684 * @deprecated
683685 * @see {@link V86Options.net_device }
684686 */
0 commit comments