|
# currently, Crystal only supports single-line comments
|
|
|
|
# This is a doc comment. Any line *directly* above (no blank lines) a module, class, or method is considered a doc comment
|
|
# Doc comments are used to generate documentation with `crystal docs`
|
|
class Foo
|
|
end
|