|
|
|
@ -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.
|
|
|
|
|