mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -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
|
||||
_build
|
||||
*.native
|
||||
*.docdir
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
all:
|
||||
ocamlbuild tests.native
|
||||
ocamlbuild tests.native sequence.docdir/index.html
|
||||
|
||||
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
|
||||
(** 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