Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
ecdd91e8
Commit
ecdd91e8
authored
May 23, 2014
by
Jean-Christophe Filliâtre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
why3doc: fixed bug with comment (**)
parent
49d7c46d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/why3doc/doc_lexer.mll
src/why3doc/doc_lexer.mll
+3
-0
No files found.
src/why3doc/doc_lexer.mll
View file @
ecdd91e8
...
...
@@ -146,6 +146,9 @@ rule scan fmt empty = parse
if
empty
<>
PrevEmpty
then
pp_print_string
fmt
"</div>"
;
pp_print_string
fmt
"<pre>"
;
scan
fmt
CurrEmpty
lexbuf
}
|
"(**)"
{
pp_print_string
fmt
"<span class=
\"
comment
\"
>(**)</span>"
;
scan
fmt
NotEmpty
lexbuf
}
|
"(*"
{
pp_print_string
fmt
"<span class=
\"
comment
\"
>(*"
;
comment
fmt
true
lexbuf
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment