Skip to content

Commit 7d20a92

Browse files
authored
The code for :meta seems to have dissapeared, so remove it from docs (#2200)
1 parent 374d220 commit 7d20a92

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

lib/ex_doc.ex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ defmodule ExDoc do
127127
* `:markdown_processor` - The markdown processor to use,
128128
either `module()` or `{module(), keyword()}` to provide configuration options.
129129
130-
* `:meta` - A keyword list or a map to specify `<meta>` tag attributes.
131-
132130
* `:nest_modules_by_prefix` - See the "Nesting" section.
133131
134132
* `:output` - Output directory for the generated docs. Default: "doc".
@@ -495,15 +493,14 @@ defmodule ExDoc do
495493
496494
### `<meta>`-tags configuration
497495
498-
It is also possible to configure some of ExDoc behaviour using meta tags
499-
by passing the `:meta` option
496+
It is also possible to configure some of ExDoc behaviour using meta tags.
500497
501498
* `exdoc:autocomplete` - when set to "off", it disables autocompletion.
502499
503500
* `exdoc:autocomplete-limit` - Set to an integer to configure how many results
504501
appear in the autocomplete dropdown. Defaults to 10.
505502
506-
You can also insert meta tags using `before_closing_head_tag` option.
503+
You can insert meta tags using `before_closing_head_tag` option.
507504
508505
### `docs_config.js`
509506

0 commit comments

Comments
 (0)