remove deprecated comment

pull/118/head
Jon Eugster 3 years ago
parent ee7915a98f
commit 34009bcc17

@ -741,7 +741,7 @@ elab "MakeGame" : command => do
| "" => | "" =>
-- If documentation is missing, try using the docstring instead. -- If documentation is missing, try using the docstring instead.
match docstring with match docstring with
| some ds => s!"*(lean docstring)*\\\n{ds}" -- TODO `\n` does not work in markdown | some ds => s!"*(lean docstring)*\\\n{ds}"
| none => "(missing)" | none => "(missing)"
| template => | template =>
-- TODO: Process content template. -- TODO: Process content template.

Loading…
Cancel
Save