package ecaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Comment.Terminated_bySource

Sourcetype t =
  1. | End_of_line
    (*

    Line comments terminate at end of line

    *)
  2. | Comment_end
    (*

    Block comments terminate with a particular comment-end syntax.

    *)
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval in_current_buffer : unit -> t