nitc :: MEntity :: cs_comment
# Returns the comment of this MEntity formatted for console.
fun cs_comment(no_color: nullable Bool): nullable String do
var mdoc = mdoc_or_fallback
if mdoc == null then return null
# FIXME add markdown for console
return mdoc.cs_comment(no_color)
end
src/doc/templates/term_model.nit:73,2--79,4