package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type vcs_kind =
  1. | Git
  2. | CVS
  3. | Mercurial
  4. | Subversion
val string_of_vcs_kind : vcs_kind -> string
val tool_of_vcs_kind : vcs_kind -> string
val detect_vcs_source_tree : Common.dirname -> vcs_kind option