From 2d7502bb534be919fdfc3a40dcca3c761a66b220 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 28 Feb 2023 12:12:17 -0300 Subject: [PATCH] dev/api/io: Add missing formatting --- dev/api/io.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/api/io.rst b/dev/api/io.rst index e984994..fb415d3 100644 --- a/dev/api/io.rst +++ b/dev/api/io.rst @@ -3,7 +3,7 @@ Port I/O 86Box handles the x86 port I/O space through **I/O handlers**. These handlers can be added with the ``io_sethandler`` function and removed with the ``io_removehandler`` function, both provided by ``86box/io.h``. -.. flat-table:: io_sethandler / io_removehandler +.. flat-table:: ``io_sethandler`` / ``io_removehandler`` :header-rows: 1 :widths: 1 999 @@ -203,7 +203,7 @@ A second type of I/O handler, **I/O traps** allow a device (usually System Manag /* ... */ }; -.. flat-table:: io_trap_add +.. flat-table:: ``io_trap_add`` :header-rows: 1 :widths: 1 999 @@ -228,7 +228,7 @@ A second type of I/O handler, **I/O traps** allow a device (usually System Manag * - **Return value** - Opaque (``void``) pointer representing the newly-created I/O trap. -.. flat-table:: io_trap_remap +.. flat-table:: ``io_trap_remap`` :header-rows: 1 :widths: 1 999