Skip to content

Commit c1970a7

Browse files
committed
style: add period to documentation comments for consistency in EPUB and Markdown templates
1 parent 97cdfa0 commit c1970a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ex_doc/formatter/epub/templates.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule ExDoc.Formatter.EPUB.Templates do
2020
end
2121

2222
@doc """
23-
Generated ID for static file
23+
Generated ID for static file.
2424
"""
2525
def static_file_to_id(static_file) do
2626
static_file |> Path.basename() |> text_to_id()

lib/ex_doc/formatter/markdown/templates.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
3333
end
3434

3535
@doc """
36-
Generated ID for static file
36+
Generated ID for static file.
3737
"""
3838
def static_file_to_id(static_file) do
3939
static_file |> Path.basename() |> text_to_id()

0 commit comments

Comments
 (0)