From f31c180e8f38c085c4366a91f9bfffc2dd7c2bc2 Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Sat, 12 Aug 2023 12:04:27 +0100 Subject: Update documentation to reflect new `defs` field on `modulemeta` --- docs/content/manual/manual.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index 3a5c5466..6382d835 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -3633,7 +3633,8 @@ sections: Takes a module name as input and outputs the module's metadata as an object, with the module's imports (including metadata) - as an array value for the `deps` key. + as an array value for the `deps` key and the module's defined + functions as an array value for the `defs` key. Programs can use this to query a module's metadata, which they could then use to, for example, search for, download, and -- cgit v1.2.3