From d7c7987a70bfa3d73b6e1b07f212a431f1f1c525 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 17 Nov 2017 22:39:27 -0500 Subject: [PATCH] updated docs --- docs/Buf.Cursor.html | 2 +- docs/Buf.html | 4 ++-- docs/Cfg.Color.Syntax.html | 2 +- docs/Cfg.Color.html | 4 ++-- docs/Cfg.html | 4 ++-- docs/Draw.Cursor.html | 2 +- docs/Draw.html | 4 ++-- docs/Misc.html | 2 +- docs/Rope.html | 2 +- docs/Scrollmap.html | 2 +- docs/View.html | 2 +- docs/X11.GlyphMap.html | 2 +- docs/X11.Rune.html | 2 +- docs/X11.html | 6 +++--- docs/index.html | 7 ++++--- docs/index_exceptions.html | 4 ++-- docs/index_modules.html | 18 ++++++++--------- docs/index_types.html | 16 +++++++-------- docs/index_values.html | 40 ++++++++++++++++++------------------- docs/type_X11.GlyphMap.html | 1 + 20 files changed, 64 insertions(+), 62 deletions(-) diff --git a/docs/Buf.Cursor.html b/docs/Buf.Cursor.html index f55b43b..2952d51 100644 --- a/docs/Buf.Cursor.html +++ b/docs/Buf.Cursor.html @@ -24,7 +24,7 @@  

Module Buf.Cursor

-
module Cursor: sig .. end

+
module Cursor: sig .. end

type csr = {
diff --git a/docs/Buf.html b/docs/Buf.html index fef0b39..2b5147f 100644 --- a/docs/Buf.html +++ b/docs/Buf.html @@ -28,7 +28,7 @@

Module Buf

-
module Buf: sig .. end

+
module Buf: sig .. end

type buf = {
@@ -104,7 +104,7 @@
val length : buf -> int
val iteri : (int -> Rope.rune -> bool) -> buf -> int -> unit
val iter : (Rope.rune -> bool) -> buf -> int -> unit
-
module Cursor: sig .. end
+
module Cursor: sig .. end
val move_to : dest -> buf -> int -> int
val nextc : buf -> int -> int
val prevc : buf -> int -> int
diff --git a/docs/Cfg.Color.Syntax.html b/docs/Cfg.Color.Syntax.html index 4e24f31..1d69c7a 100644 --- a/docs/Cfg.Color.Syntax.html +++ b/docs/Cfg.Color.Syntax.html @@ -24,7 +24,7 @@  

Module Cfg.Color.Syntax

-
module Syntax: sig .. end

+
module Syntax: sig .. end

val normal : int
val comment : int
diff --git a/docs/Cfg.Color.html b/docs/Cfg.Color.html index 71da952..0ae0ac9 100644 --- a/docs/Cfg.Color.html +++ b/docs/Cfg.Color.html @@ -24,7 +24,7 @@  

Module Cfg.Color

-
module Color: sig .. end

+
module Color: sig .. end

val palette : int array
val scroll_nor : int * int
@@ -39,4 +39,4 @@
val edit_csr : int
val edit_rul : int
val borders : int * int
-
module Syntax: sig .. end
\ No newline at end of file +
module Syntax: sig .. end
\ No newline at end of file diff --git a/docs/Cfg.html b/docs/Cfg.html index 6a81cb1..b566741 100644 --- a/docs/Cfg.html +++ b/docs/Cfg.html @@ -28,7 +28,7 @@

Module Cfg

-
module Cfg: sig .. end

+
module Cfg: sig .. end

val boolvar : string -> bool -> bool
val intvar : string -> int -> int
@@ -51,4 +51,4 @@
val scroll_lines : int
val dbl_click_time : int
val max_scan_dist : int
-
module Color: sig .. end
\ No newline at end of file +
module Color: sig .. end
\ No newline at end of file diff --git a/docs/Draw.Cursor.html b/docs/Draw.Cursor.html index 6dd4c39..425675f 100644 --- a/docs/Draw.Cursor.html +++ b/docs/Draw.Cursor.html @@ -24,7 +24,7 @@  

Module Draw.Cursor

-
module Cursor: sig .. end

+
module Cursor: sig .. end

type t = {
diff --git a/docs/Draw.html b/docs/Draw.html index 92f03a4..409af29 100644 --- a/docs/Draw.html +++ b/docs/Draw.html @@ -28,14 +28,14 @@

Module Draw

-
module Draw: sig .. end

+
module Draw: sig .. end

val font : X11.font
val font_height : int
val tabglyph : int
val tabwidth : int
val glyph_width : X11.glyph -> int
-
module Cursor: sig .. end
+
module Cursor: sig .. end
val rectangle : int -> int -> int -> Cursor.t -> unit
val dark_bkg : int -> int -> Cursor.t -> unit
val light_bkg : int -> int -> Cursor.t -> unit
diff --git a/docs/Misc.html b/docs/Misc.html index 3f975b4..287bd85 100644 --- a/docs/Misc.html +++ b/docs/Misc.html @@ -26,6 +26,6 @@

Module Misc

-
module Misc: sig .. end

+
module Misc: sig .. end

val load_file : string -> string
\ No newline at end of file diff --git a/docs/Rope.html b/docs/Rope.html index bbaca59..6b235d1 100644 --- a/docs/Rope.html +++ b/docs/Rope.html @@ -28,7 +28,7 @@

Module Rope

-
module Rope: sig .. end

+
module Rope: sig .. end

exception Out_of_bounds of string
diff --git a/docs/Scrollmap.html b/docs/Scrollmap.html index be5b11d..36b4e01 100644 --- a/docs/Scrollmap.html +++ b/docs/Scrollmap.html @@ -28,7 +28,7 @@

Module Scrollmap

-
module Scrollmap: sig .. end

+
module Scrollmap: sig .. end

type t = {
diff --git a/docs/View.html b/docs/View.html index 2d6e1fa..2ad94d5 100644 --- a/docs/View.html +++ b/docs/View.html @@ -26,7 +26,7 @@  

Module View

-
module View: sig .. end

+
module View: sig .. end

type t = {
diff --git a/docs/X11.GlyphMap.html b/docs/X11.GlyphMap.html index e94cdda..a603a14 100644 --- a/docs/X11.GlyphMap.html +++ b/docs/X11.GlyphMap.html @@ -26,5 +26,5 @@  

Module X11.GlyphMap

-
module GlyphMap: Map.Make(Rune)

+
module GlyphMap: Map.Make(Rune)

\ No newline at end of file diff --git a/docs/X11.Rune.html b/docs/X11.Rune.html index 2a9f928..38c5d18 100644 --- a/docs/X11.Rune.html +++ b/docs/X11.Rune.html @@ -26,7 +26,7 @@

Module X11.Rune

-
module Rune: sig .. end

+
module Rune: sig .. end

type t = int 
diff --git a/docs/X11.html b/docs/X11.html index 6271273..dc39ef4 100644 --- a/docs/X11.html +++ b/docs/X11.html @@ -28,7 +28,7 @@

Module X11

-
module X11: sig .. end

+
module X11: sig .. end

type xatom 
@@ -456,8 +456,8 @@ -
module Rune: sig .. end
-
module GlyphMap: Map.Make(Rune)
+
module Rune: sig .. end
+
module GlyphMap: Map.Make(Rune)
val connect : unit -> unit
val disconnect : unit -> unit
val make_window : int -> int -> xwin
diff --git a/docs/index.html b/docs/index.html index d21b245..6cfc26c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,15 +19,16 @@ -

+
-

-
+ + +
diff --git a/docs/index_exceptions.html b/docs/index_exceptions.html index b674928..6356339 100644 --- a/docs/index_exceptions.html +++ b/docs/index_exceptions.html @@ -22,10 +22,10 @@  

Index of exceptions

Misc
X11
Cfg
- + - +

B
B
Bad_rotation [Rope]

O
O
Out_of_bounds [Rope]
diff --git a/docs/index_modules.html b/docs/index_modules.html index 1407eb6..d23f065 100644 --- a/docs/index_modules.html +++ b/docs/index_modules.html @@ -22,10 +22,10 @@  

Index of modules

- + - + @@ -34,29 +34,29 @@ - + - + - + - + - + - + - +

B
B
Buf

C
C
Cfg
Color [Cfg]
Cursor [Buf]

D
D
Draw

G
G
GlyphMap [X11]

M
M
Misc

R
R
Rope
Rune [X11]

S
S
Scrollmap
Syntax [Cfg.Color]

V
V
View

X
X
X11
diff --git a/docs/index_types.html b/docs/index_types.html index c9e1ebc..8e00052 100644 --- a/docs/index_types.html +++ b/docs/index_types.html @@ -22,27 +22,27 @@  

Index of types

- + - + - + - + - + - + - + @@ -57,7 +57,7 @@ - + diff --git a/docs/index_values.html b/docs/index_values.html index 5942db1..9bd4278 100644 --- a/docs/index_values.html +++ b/docs/index_values.html @@ -22,7 +22,7 @@  

Index of values


B
B
buf [Buf]

C
C
csr [Buf.Cursor]

D
D
dest [Buf]

F
F
font [X11]

G
G
glyph [X11]

R
R
rope [Rope]
rune [Rope]

T
T
t [View]
t [Scrollmap]
t [X11.Rune]

X
X
xatom [X11]
xcfgvar [X11]
- + @@ -35,7 +35,7 @@ - + @@ -58,7 +58,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -137,7 +137,7 @@ - + @@ -156,14 +156,14 @@ - + - + @@ -194,15 +194,15 @@ - + - + - + @@ -221,7 +221,7 @@ - + @@ -248,7 +248,7 @@ - + @@ -269,12 +269,12 @@ - + - + @@ -307,7 +307,7 @@ - + @@ -320,7 +320,7 @@ - + @@ -357,7 +357,7 @@ - + @@ -382,14 +382,14 @@ - + - + diff --git a/docs/type_X11.GlyphMap.html b/docs/type_X11.GlyphMap.html index 80ee296..b388f49 100644 --- a/docs/type_X11.GlyphMap.html +++ b/docs/type_X11.GlyphMap.html @@ -24,6 +24,7 @@   val is_empty : 'a t -> bool
  val mem : key -> 'a t -> bool
  val add : key -> '-> 'a t -> 'a t
+  val update : key -> ('a option -> 'a option) -> 'a t -> 'a t
  val singleton : key -> '-> 'a t
  val remove : key -> 'a t -> 'a t
  val merge :
-- 2.52.0

B
B
bol [Buf.Cursor]
bol [Buf]
buffer [Draw]

C
C
cache_update [X11]
char [Cfg.Color.Syntax]
copy_indent [Cfg]

D
D
dark_bkg [Draw]
dbl_click_time [Cfg]
draw_tab [Draw.Cursor]

E
E
edit [Draw]
edit_csr [Cfg.Color]
expand_tabs [Cfg]

F
F
find_line [Scrollmap]
first [Scrollmap]
from_string [Rope]

G
G
get_glyph [X11]
getc [Buf.Cursor]
gutter_sel [Cfg.Color]

H
H
has_next_line [Draw.Cursor]
height [Rope]
hrule [Draw]

I
I
intern [X11]
intvar [Cfg]
iteri [Rope]

J
J
join [Rope]
join_special [Rope]

K
K
keyword [Cfg.Color.Syntax]

L
L
last [Rope]
length [Buf]
load_file [Misc]

M
M
make [View]
make [Scrollmap]
move_x [Draw.Cursor]

N
N
next_glyph [Draw.Cursor]
next_line [Draw.Cursor]
number [Cfg.Color.Syntax]

O
O
offset [Buf.Cursor]
operator [Cfg.Color.Syntax]

P
P
palette [Cfg.Color]
path [View]
puts [Rope]

R
R
rectangle [Draw]
resize [View]
ruler_column [Cfg]

S
S
scroll [Draw]
scroll_dn [View]
syntax_enabled [Cfg]

T
T
tab_width [Cfg]
tabglyph [Draw]
typedef [Cfg.Color.Syntax]

V
V
var_get [X11]
variable [Cfg.Color.Syntax]
vrule [Draw]

W
W
winheight [Cfg]
winwidth [Cfg]