Skip to content

Commit

Permalink
Merge pull request #152 from JuliaDocs/mp/template-docstring
Browse files Browse the repository at this point in the history
Add clarification to at-template docstring
  • Loading branch information
MichaelHatherly committed May 17, 2023
2 parents 0a116d7 + 39c86a1 commit a970c7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ hook!() = setter!(expander)
$(:SIGNATURES)
Defines a docstring template that will be applied to all docstrings in a module that match
the specified category or tuple of categories.
the specified category or tuple of categories of documented bindings.
Effectively, it replaces all the matching docstrings in the module with the template.
The `DOCSTRING` abbreviation can be used to splice the original docstring into the
replacement docstring generated from the template.
# Examples
Expand Down

0 comments on commit a970c7d

Please sign in to comment.