Module Command_texi2rst.LOCATION

type t = {
  1. filename : string;
  2. line : int;
}
val to_string : t -> string
val any : t