diff options
Diffstat (limited to 'stdlib/lexing.mli')
-rw-r--r-- | stdlib/lexing.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lexing.mli b/stdlib/lexing.mli index 280c41bf1..2c4c53da1 100644 --- a/stdlib/lexing.mli +++ b/stdlib/lexing.mli @@ -1,4 +1,4 @@ -(* The run-time library for lexers generated by camllex *) +(* Module [Lexing]: the run-time library for lexers generated by [camllex] *) (*** Lexer buffers *) |