We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cdfa0 commit c1970a7Copy full SHA for c1970a7
lib/ex_doc/formatter/epub/templates.ex
@@ -20,7 +20,7 @@ defmodule ExDoc.Formatter.EPUB.Templates do
20
end
21
22
@doc """
23
- Generated ID for static file
+ Generated ID for static file.
24
"""
25
def static_file_to_id(static_file) do
26
static_file |> Path.basename() |> text_to_id()
lib/ex_doc/formatter/markdown/templates.ex
@@ -33,7 +33,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
33
34
35
36
37
38
39
0 commit comments