Skip to content

Commit

Permalink
Do not escape quotes in verbatim LPDoc documentation.
Browse files Browse the repository at this point in the history
This confuses my text editor and I think this is actually useless. Indeed,
looking at the code of Elpi seems to indicate that we do not need one additional
level of escaping there.
  • Loading branch information
ppedrot committed Jul 19, 2024
1 parent 24869e9 commit 799aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq_elpi_builtins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ let coq_locate_builtins =
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%|};
LPDoc "-- Environment: names -----------------------------------------------";
LPDoc {|To make the API more precise we use different data types for the names of global objects.
Note: [ctype \"bla\"] is an opaque data type and by convention it is written [@bla].|};
Note: [ctype "bla"] is an opaque data type and by convention it is written [@bla].|};

MLData constant;
MLData inductive;
Expand Down

0 comments on commit 799aed4

Please sign in to comment.