diff options
Diffstat (limited to 'ocamldoc/odoc_lexer.mll')
-rw-r--r-- | ocamldoc/odoc_lexer.mll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamldoc/odoc_lexer.mll b/ocamldoc/odoc_lexer.mll index da66a0087..7b34b3642 100644 --- a/ocamldoc/odoc_lexer.mll +++ b/ocamldoc/odoc_lexer.mll @@ -313,6 +313,8 @@ and elements = parse T_SEE | "since" -> T_SINCE + | "before" -> + T_BEFORE | "deprecated" -> T_DEPRECATED | "raise" -> |