Skip to content

Commit

Permalink
Fix doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Nov 17, 2016
1 parent dd6d495 commit 8b46e7a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bridge/github/datakit_github.mli
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ module Ref: sig
(** The type for Git references. *)

val create : Commit.t -> string list -> t
(** [create head name] is a fresh {!t}} with the [head] commit and [name]. *)
(** [create head name] is a fresh {!t} with the [head] commit and [name]. *)

val pp: t Fmt.t
(** [pp] is the pretty-printer for references. *)
Expand Down
26 changes: 12 additions & 14 deletions doc/api.odocl
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
src/vfs/Vfs
src/datakit-server/Vfs
src/datakit-server/Fs9p

src/fs9p/Fs9p
src/datakit-client/Datakit_path
src/datakit-client/Datakit_S
src/datakit-client/Datakit_client_9p

src/ivfs/Ivfs
src/ivfs/Ivfs_debug
src/ivfs/Ivfs_tree
src/ivfs/Ivfs_remote
src/ivfs/Ivfs_blob
src/datakit/Ivfs
src/datakit/Ivfs_tree
src/datakit/Ivfs_remote
src/datakit/Ivfs_blob

src/client/Datakit_path
src/client/Datakit_S
src/client/Datakit_client_9p

bridge/github/src/Datakit_github
bridge/github/src/Datakit_github_api
bridge/github/src/Datakit_github_vfs
bridge/github/Datakit_github
bridge/github/Datakit_github_api
bridge/github/Datakit_github_vfs

0 comments on commit 8b46e7a

Please sign in to comment.