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