-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationneeds decisionA decision on this change is neededA decision on this change is needed
Description
Right now, the @doc
help suggests;
@doc """
# The Foo Function
`foo(x)`: Foo the living hell out of `x`.
""" ->
function foo() ...
In method documentation, wouldn't it be much more satisfactory () for the help
command to automatically prepend the signature for foo
before the documentation output as needed?
In generic-function documentation (e.g. documentation for sum
in all its forms), obviously this is not possible (since there will in general be multiple possible signatures). However, we should establish some convention for what the documentation should look like.
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationneeds decisionA decision on this change is neededA decision on this change is needed