From d4c85e9e48b0f0cd6bc8f49b975578bbb5c0ca60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 8 Sep 2014 18:24:17 +0200
Subject: [PATCH] IOBuffer: Fixed some AutoDoc markup issues.

---
 src/modules/_Stdio/buffer.cmod | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/modules/_Stdio/buffer.cmod b/src/modules/_Stdio/buffer.cmod
index 3d62b827d5..0583da4220 100644
--- a/src/modules/_Stdio/buffer.cmod
+++ b/src/modules/_Stdio/buffer.cmod
@@ -1004,21 +1004,21 @@ PIKECLASS IOBuffer
    *!
    *! The supported argument types are:
    *!
-   *! @ul
-   *! @item string(0.255)
-   *!  An eight bit string.
-   *! @item int(0..255)
-   *!  A single byte
-   *! @item System.Memory
-   *!  A chunk of memory. The whole memory area is added.
-   *! @item Stdio.IOBuffer
-   *!  A chunk of memory. The whole memory area is added.
-   *! @item String.Buffer
-   *!  A chunk of memory. The whole memory area is added.
-   *! @item array(AddArgument)
-   *!  Add all elements in the array individually. Each element can be
-   *!  one of the types listed here.
-   *! @endul
+   *! @mixed
+   *!  @type string(0..255)
+   *!   An eight bit string.
+   *!  @type int(0..255)
+   *!   A single byte
+   *!  @type System.Memory
+   *!   A chunk of memory. The whole memory area is added.
+   *!  @type Stdio.IOBuffer
+   *!   A chunk of memory. The whole memory area is added.
+   *!  @type String.Buffer
+   *!   A chunk of memory. The whole memory area is added.
+   *!  @type array(AddArgument)
+   *!   Add all elements in the array individually. Each element may be
+   *!   any one of the types listed here.
+   *! @endmixed
    *!
    *! @seealso
    *! @[sprintf], @[add_int8], @[add_int16], @[add_int32], @[add_int]
-- 
GitLab