diff --git a/dev/index.html b/dev/index.html index 7d78684..6594e1a 100644 --- a/dev/index.html +++ b/dev/index.html @@ -79,4 +79,4 @@ $(SIGNATURES) $(DOCSTRING) $(METHODLIST) - """
A tuple of categories can be specified when a docstring template should be used for several different categories.
@template MODULES = ModName
The template definition above will define a template for module docstrings based on the template for modules found in module ModName
.
Supported categories are DEFAULT
, FUNCTIONS
, METHODS
, MACROS
, TYPES
, MODULES
, and CONSTANTS
.
Settings
This document was generated with Documenter.jl version 0.27.25 on Monday 7 October 2024. Using Julia version 1.6.7.