diff options
| author | Emilio Jesus Gallego Arias | 2019-11-27 23:34:56 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-11-27 23:34:56 +0100 |
| commit | d2a995927ccb01dae73960780c7fa0fed0a37e6d (patch) | |
| tree | 2895a7b5681c7507bfc07929189c7fa0ca29cf77 /tools | |
| parent | ac99c6aba0091d5c1ee9511508e25d399425b61b (diff) | |
| parent | 2f33fce7ac580d1966476d6d2c0f06a3ec920e6d (diff) | |
Merge PR #11187: Remove deprecated commands `AddPath`, `AddRecPath` and `DelPath`
Reviewed-by: ejgallego
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"; |
