File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments