Skip to content

Instantly share code, notes, and snippets.

@joseoliv
Created June 12, 2019 17:06
Show Gist options
  • Save joseoliv/a904197aaff2344f9cdc4543aecad28f to your computer and use it in GitHub Desktop.
Save joseoliv/a904197aaff2344f9cdc4543aecad28f to your computer and use it in GitHub Desktop.
doc
package metaobjectTest
@doc{*
Annotation 'doc' can be attached to any declaration, including
the program and packages
*}
object Doc
@doc{*
This is the documentation of the 'run' method
*}
func run {
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment