generate documentation

This commit is contained in:
Simon Cruanes 2013-01-28 01:08:15 +01:00
parent 0534a1fc2b
commit 8e9842c2b6
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.*.swp
_build
*.native
*.docdir

View file

@ -1,6 +1,6 @@
all:
ocamlbuild tests.native
ocamlbuild tests.native sequence.docdir/index.html
clean:
ocamlbuild -clean

View file

@ -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
View file

@ -0,0 +1 @@
Sequence