package odig

  1. Overview
  2. Docs

Module Odig_support.Doc_dirSource

Lookup package documentation directory.

Package documentation directory

Sourcetype t

The type for documentation directory information.

Sourceval dir : t -> B0_std.Fpath.t option

dir is the path to the documentation directory (if any).

Sourceval changes_files : t -> B0_std.Fpath.t list

changes_files i are the package's change log files.

Sourceval license_files : t -> B0_std.Fpath.t list

license_files i are the package's licenses files.

Sourceval odoc_pages : t -> B0_std.Fpath.t list

odoc_pages i are the package's odoc pages

Sourceval odoc_assets_dir : t -> B0_std.Fpath.t option

odoc_assets i is the package's odoc assets directory (if any).

Sourceval odoc_assets : t -> B0_std.Fpath.t list

odoc_assets i is the package's odoc assets directory contents.

Sourceval readme_files : t -> B0_std.Fpath.t list

readme_files i are the package's readme files.

Queries

Sourceval of_pkg : doc_dir:B0_std.Fpath.t -> Pkg.t -> t

query ~doc_dir pkg queries the documentation directory doc_dir for documentation about pkg.