From: Michael D. Lowis Date: Sat, 9 Dec 2017 00:46:25 +0000 (-0500) Subject: updated docs X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=8d62ab0cacfdd5ef2ad81b2ac8f37c0773ed7479;p=archive%2Ftide-ocaml.git updated docs --- diff --git a/docs/Buf.Cursor.html b/docs/Buf.Cursor.html index f55b43b..34cc7c0 100644 --- a/docs/Buf.Cursor.html +++ b/docs/Buf.Cursor.html @@ -15,16 +15,17 @@ + -Buf.Cursor +Buf.Cursor

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..7748857 100644 --- a/docs/Buf.html +++ b/docs/Buf.html @@ -6,7 +6,7 @@ - + @@ -17,18 +17,19 @@ + -Buf +Buf

Module Buf

-
module Buf: sig .. end

+
module Buf: sig .. end

type buf = {
@@ -104,7 +105,8 @@
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
+
val make_lexfn : buf -> bytes -> int -> int
+
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..1e901d3 100644 --- a/docs/Cfg.Color.Syntax.html +++ b/docs/Cfg.Color.Syntax.html @@ -15,28 +15,29 @@ + -Cfg.Color.Syntax +Cfg.Color.Syntax

Module Cfg.Color.Syntax

-
module Syntax: sig .. end

+
module Syntax: sig .. end

val normal : int
val comment : int
val constant : int
+
val keyword : int
+
val typedef : int
val number : int
val boolean : int
val float : int
val string : int
val char : int
val preproc : int
-
val typedef : int
-
val keyword : int
val statement : int
val procedure : int
val variable : int
diff --git a/docs/Cfg.Color.html b/docs/Cfg.Color.html index 71da952..c856932 100644 --- a/docs/Cfg.Color.html +++ b/docs/Cfg.Color.html @@ -15,16 +15,17 @@ + -Cfg.Color +Cfg.Color

Module Cfg.Color

-
module Color: sig .. end

+
module Color: sig .. end

val palette : int array
val scroll_nor : int * int
@@ -39,4 +40,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..de0b4d5 100644 --- a/docs/Cfg.html +++ b/docs/Cfg.html @@ -17,9 +17,10 @@ + -Cfg +Cfg

Module Cfg

-
module Cfg: sig .. end

+
module Cfg: sig .. end

val boolvar : string -> bool -> bool
val intvar : string -> int -> int
@@ -51,4 +52,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/Colormap.Span.html b/docs/Colormap.Span.html new file mode 100644 index 0000000..a2390c1 --- /dev/null +++ b/docs/Colormap.Span.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + +Colormap.Span + + + +

Module Colormap.Span

+ +
module Span: sig .. end

+ +
type t = {
+ + + + + + + + + + + + + + +
+   +start : int;
+   +stop : int;
+   +style : Colormap.style;
+} + + + +
val compare : t -> t -> int
\ No newline at end of file diff --git a/docs/Colormap.SpanSet.html b/docs/Colormap.SpanSet.html new file mode 100644 index 0000000..baabcc4 --- /dev/null +++ b/docs/Colormap.SpanSet.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + +Colormap.SpanSet + + + +

Module Colormap.SpanSet

+ +
module SpanSet: Set.Make(Span)

+ \ No newline at end of file diff --git a/docs/Colormap.html b/docs/Colormap.html new file mode 100644 index 0000000..3c05c10 --- /dev/null +++ b/docs/Colormap.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + +Colormap + + + +

Module Colormap

+ +
module Colormap: sig .. end

+ +
exception Eof
+ +
type style = 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+| +Normal
+| +Comment
+| +Constant
+| +Keyword
+| +Type
+| +PreProcessor
+ + + +
module Span: sig .. end
+
module SpanSet: Set.Make(Span)
+
type t = SpanSet.t 
+ + +
type lexer = (style -> unit) -> Lexing.lexbuf -> unit 
+ + +
val get_color : style -> int
+
val set_color : SpanSet.t Pervasives.ref -> Lexing.lexbuf -> style -> unit
+
val make : ((style -> unit) -> Lexing.lexbuf -> 'a) ->
(bytes -> int -> int) -> SpanSet.t
+
val empty : SpanSet.t
+
val find : int -> SpanSet.t -> int
\ No newline at end of file diff --git a/docs/Draw.Cursor.html b/docs/Draw.Cursor.html index 6dd4c39..c637ed4 100644 --- a/docs/Draw.Cursor.html +++ b/docs/Draw.Cursor.html @@ -15,16 +15,17 @@ + -Draw.Cursor +Draw.Cursor

Module Draw.Cursor

-
module Cursor: sig .. end

+
module Cursor: sig .. end

type t = {
@@ -81,6 +82,6 @@
val next_line : t -> unit
val has_next_line : t -> bool
val draw_tab : t -> unit
-
val place_glyph : t -> X11.glyph -> unit
-
val draw_glyph : t -> int -> unit
+
val place_glyph : t -> X11.glyph -> int -> unit
+
val draw_glyph : t -> int -> int -> unit
val next_glyph : t -> int -> bool
\ No newline at end of file diff --git a/docs/Draw.html b/docs/Draw.html index 92f03a4..265692d 100644 --- a/docs/Draw.html +++ b/docs/Draw.html @@ -5,7 +5,7 @@ - + @@ -17,25 +17,26 @@ + -Draw +Draw -
diff --git a/docs/X11.GlyphMap.html b/docs/X11.GlyphMap.html index e94cdda..e4dd378 100644 --- a/docs/X11.GlyphMap.html +++ b/docs/X11.GlyphMap.html @@ -16,9 +16,10 @@ + -X11.GlyphMap +X11.GlyphMap

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..64a50e6 100644 --- a/docs/X11.Rune.html +++ b/docs/X11.Rune.html @@ -16,9 +16,10 @@ + -X11.Rune +X11.Rune

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..26ee7f8 100644 --- a/docs/X11.html +++ b/docs/X11.html @@ -17,9 +17,10 @@ + -X11 +X11

Module X11

-
module X11: sig .. end

+
module X11: sig .. end

type xatom 
@@ -456,8 +457,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..814fe16 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,28 +14,31 @@ + - + -

+
-

-
+ + +
+ - +
Misc
X11
Cfg
Rope
Buf
Colormap
Draw
Scrollmap
View
Lex_cpp
\ No newline at end of file diff --git a/docs/index_attributes.html b/docs/index_attributes.html index 0922333..f63611d 100644 --- a/docs/index_attributes.html +++ b/docs/index_attributes.html @@ -13,9 +13,10 @@ + -Index of class attributes +Index of class attributes