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 68d0b02 commit 2c69df3Copy full SHA for 2c69df3
lib/ex_doc/formatter/markdown/templates/module_template.eex
@@ -4,8 +4,8 @@
4
5
<%= if deprecated = module.deprecated do %>
6
> This <%= module.type %> is deprecated. <%=h deprecated %>.
7
-<% end %>
8
+<% end %>
9
<%= if doc = node_doc(module) do %>
10
<%= doc %>
11
<% end %>
0 commit comments