diff options
| author | Maxime Dénès | 2019-07-26 13:55:00 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-11-27 20:24:38 +0100 |
| commit | 7f67c70bec6a13ed0e39548e4439f962ac5dcd79 (patch) | |
| tree | ec347ee15b850fee0761a08fa2544e27478c5de0 /tools | |
| parent | 353b601323ffd7d5b4acc3c02de985b27cddc8e5 (diff) | |
Remove deprecated commands `AddPath`, `AddRecPath` and `DelPath`
Fixes #10576
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/output.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index 717c06a868..ae1e1c6ed3 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -30,7 +30,7 @@ let build_table l = let is_keyword = build_table - [ "About"; "AddPath"; "Axiom"; "Abort"; "Chapter"; "Check"; "Coercion"; "Compute"; "CoFixpoint"; + [ "About"; "Axiom"; "Abort"; "Chapter"; "Check"; "Coercion"; "Compute"; "CoFixpoint"; "CoInductive"; "Corollary"; "Defined"; "Definition"; "End"; "Eval"; "Example"; "Export"; "Fact"; "Fix"; "Fixpoint"; "From"; "Function"; "Generalizable"; "Global"; "Grammar"; "Guarded"; "Goal"; "Hint"; "Debug"; "On"; |
