INSTALL = @INSTALL@
OCAMLDOC = @OCAMLDOC@
-OCAMLDOCFLAGS += -html -sort -package bitmatch.syntax -syntax bitmatch.syntax -I lib
-OCAMLDOCFILES := $(wildcard lib/*.mli)
+OCAMLDOCFLAGS += -html -sort -package bitmatch -I lib
+OCAMLDOCFILES := $(wildcard lib/diskimage*.mli) lib/int63.mli
SUBDIRS = lib virt-df diskzip
+(** diskimage plugin for ext2/3 *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
+(** diskimage plugin for DOS FAT *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
+(** Diskimage library implementation. *)
(* (C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*)
-(* Don't use the functions and types in here directly. The safe ones
- * are reexported through the Diskimage module, see diskimage.mli.
- *)
+(** Don't use the functions and types in here directly. The safe ones
+ are reexported through the {!Diskimage} module, see [diskimage.mli].
+*)
(**/**)
?lvm:lvm_probe ->
string -> unit
-(** {3 Plug-in-specific data management. *)
+(** {3 Plug-in-specific data management} *)
val private_data_functions :
('key -> int) -> ('key -> 'data -> unit) * ('key -> 'data)
+(** diskimage plugin for Linux swap *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
+(** diskimage plugin for Linux software suspend *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
+(** diskimage plugin for Linux LVM2 *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
+(** diskimage plugin for Linux LVM2 *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
+(** diskimage plugin for MBR (DOS partitions) *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/
+(** diskimage plugin for Windows NTFS *)
(* 'df' command for virtual domains.
(C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/