mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 19:25:30 -05:00
generate documentation
This commit is contained in:
parent
0534a1fc2b
commit
8e9842c2b6
4 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
.*.swp
|
.*.swp
|
||||||
_build
|
_build
|
||||||
*.native
|
*.native
|
||||||
|
*.docdir
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
all:
|
all:
|
||||||
ocamlbuild tests.native
|
ocamlbuild tests.native sequence.docdir/index.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
ocamlbuild -clean
|
ocamlbuild -clean
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
(** {2 Transient iterators, that abstract on a finite sequence of elements. *)
|
(** {2 Transient iterators, that abstract on a finite sequence of elements.} *)
|
||||||
|
|
||||||
type 'a t
|
type 'a t
|
||||||
(** Sequence abstract iterator type *)
|
(** Sequence abstract iterator type *)
|
||||||
|
|
|
||||||
1
sequence.odocl
Normal file
1
sequence.odocl
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Sequence
|
||||||
Loading…
Add table
Reference in a new issue