File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defmodule ExDoc.Formatter.EPUB.Templates do
1313 defp render_doc ( ast ) , do: ast && ExDoc.DocAST . to_string ( ast )
1414
1515 @ doc """
16- Generate content from the module template for a given `node`
16+ Generate content from the module template for a given `node`.
1717 """
1818 def module_page ( config , module_node ) do
1919 module_template ( config , module_node )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defmodule ExDoc.Formatter.HTML.Templates do
1313 ]
1414
1515 @ doc """
16- Generate content from the module template for a given `node`
16+ Generate content from the module template for a given `node`.
1717 """
1818 def module_page ( module_node , config ) do
1919 module_template ( config , module_node )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
77 only: [ before_closing_body_tag: 2 , h: 1 , text_to_id: 1 ]
88
99 @ doc """
10- Generate content from the module template for a given `node`
10+ Generate content from the module template for a given `node`.
1111 """
1212 def module_page ( config , module_node ) do
1313 summary =
You can’t perform that action at this time.
0 commit comments