From c8b053b15ec30d38b03dc6c93ef15870dd4709de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Backstr=C3=B6?= Date: Wed, 11 Feb 2026 14:43:59 +0100 Subject: [PATCH] The code for :meta seems to have dissapeared, so remove it from docs --- lib/ex_doc.ex | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/ex_doc.ex b/lib/ex_doc.ex index 588de30a4..507ea91f1 100644 --- a/lib/ex_doc.ex +++ b/lib/ex_doc.ex @@ -127,8 +127,6 @@ defmodule ExDoc do * `:markdown_processor` - The markdown processor to use, either `module()` or `{module(), keyword()}` to provide configuration options. - * `:meta` - A keyword list or a map to specify `` tag attributes. - * `:nest_modules_by_prefix` - See the "Nesting" section. * `:output` - Output directory for the generated docs. Default: "doc". @@ -495,15 +493,14 @@ defmodule ExDoc do ### ``-tags configuration - It is also possible to configure some of ExDoc behaviour using meta tags - by passing the `:meta` option + It is also possible to configure some of ExDoc behaviour using meta tags. * `exdoc:autocomplete` - when set to "off", it disables autocompletion. * `exdoc:autocomplete-limit` - Set to an integer to configure how many results appear in the autocomplete dropdown. Defaults to 10. - You can also insert meta tags using `before_closing_head_tag` option. + You can insert meta tags using `before_closing_head_tag` option. ### `docs_config.js`