Skip to content

Commit 81080e2

Browse files
committed
Add pending bullet point
1 parent c2c994a commit 81080e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/mix/tasks/docs.ex

+5-5
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,12 @@ defmodule Mix.Tasks.Docs do
371371
372372
## Customizing Extras
373373
374-
* `:title` - The title of the extra page. If not provided, the title will be inferred from the filename.
375-
* `:filename` - The name of the generated file. If not provided, the filename will be inferred from
374+
* `:title` - The title of the extra page. If not provided, the title will be inferred from the filename.
375+
* `:filename` - The name of the generated file. If not provided, the filename will be inferred from
376376
the source file.
377-
* `:source` - The source file of the extra page. This is useful if you want to customize the filename or
378-
title but keep the source file unchanged. *
379-
`:search_data` - A list of terms to be indexed for autocomplete and search. If not provided, the content
377+
* `:source` - The source file of the extra page. This is useful if you want to customize the filename or
378+
title but keep the source file unchanged.
379+
* `:search_data` - A list of terms to be indexed for autocomplete and search. If not provided, the content
380380
of the extra page will be indexed for search. See the section below for more.
381381
382382
### Customizing Search Data

0 commit comments

Comments
 (0)