DocMeta
Documenter.DocMeta.initdocmeta! — Function
initdocmeta!(m::Module)Create the documentation metadata dictionary in module m if it does not exist yet, and return it. Warns and returns the existing dictionary if m already has one.
Documenter.DocMeta.META — Constant
The unique Symbol that is used to store the metadata dictionary in each module.
Documenter.DocMeta.METAMODULES — Constant
List of modules that have the metadata dictionary added.
Documenter.DocMeta.METATYPE — Type
Type of the metadata dictionary.
Documenter.DocMeta.VALIDMETA — Constant
Dictionary of all valid metadata keys and their types.