I could not find in the docs how to create a ?
entry for a function of a custom package. (meaning, the information that appears when one types ? function
in the REPL).
Searching for “?”, “help”, “help entry repl” didn’t… help.
I could not find in the docs how to create a ?
entry for a function of a custom package. (meaning, the information that appears when one types ? function
in the REPL).
Searching for “?”, “help”, “help entry repl” didn’t… help.
"""
Doc goes here
"""
function f()
println("hello")
end
You can find the documentation for documentation in the documentation.
Cool, so practical.