Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
7cb45e8d
Commit
7cb45e8d
authored
Feb 06, 2013
by
MARCHE Claude
Browse files
why3doc: fixed a stupid bug
parent
50348ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/why3doc/doc_lexer.mll
View file @
7cb45e8d
...
...
@@ -273,7 +273,7 @@ and raw_html fmt depth = parse
|
'
{
'
{
fprintf
fmt
"{"
;
raw_html
fmt
(
succ
depth
)
lexbuf
}
|
'
}
'
{
if
depth
=
0
then
()
else
begin
fprintf
fmt
"
{
"
;
fprintf
fmt
"
}
"
;
raw_html
fmt
(
pred
depth
)
lexbuf
end
}
|
_
as
c
{
pp_print_char
fmt
c
;
raw_html
fmt
depth
lexbuf
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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