package dune-private-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Lines of string list
    (*

    The following comment:

    ; abc ; def

    is represented as:

    Lines [ " abc"; " def" ] 
    *)
  2. | Legacy
    (*

    Legacy for jbuild files: either block comments or sexp comments. The programmer is responsible for fetching the comment contents using the location.

    *)
val to_dyn : t -> Stdune.Dyn.t