aboutsummaryrefslogtreecommitdiff
path: root/pretyping
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-05-24 03:52:06 +0200
committerEmilio Jesus Gallego Arias2018-09-10 10:45:15 +0200
commit42bb3db8c897c5b3c82fcf1d4e4f71ee0e0d2bef (patch)
tree0851ea50e178b12dd1caacbd2ce20ad9cb58572d /pretyping
parent73c3c7c6b3d35439c58126d0b55cf7a7e3235191 (diff)
[dune] Add apidoc target using `odoc`
We build the `@doc` target in the `dune` job: - The documentation can be found in `_build/default/_doc/` - We had to fix a couple of quoting problems.
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/tacred.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/tacred.mli b/pretyping/tacred.mli
index e6065dda87..bf38c30a1f 100644
--- a/pretyping/tacred.mli
+++ b/pretyping/tacred.mli
@@ -23,7 +23,7 @@ type reduction_tactic_error =
exception ReductionTacticError of reduction_tactic_error
-(** {6 Reduction functions associated to tactics. {% \label{%}tacred{% }%} } *)
+(** {6 Reduction functions associated to tactics. } *)
(** Evaluable global reference *)