How to create a help (?) entry for a custom function?

"""
Doc goes here
"""
function f()
 println("hello") 
end

You can find the documentation for documentation in the documentation.

7 Likes