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 be612c3 commit 56cd583Copy full SHA for 56cd583
lib/ex_doc/formatter/markdown/templates/module_template.eex
@@ -6,9 +6,7 @@
6
> This <%= module.type %> is deprecated. <%=h deprecated %>.
7
<% end %>
8
<%= node_doc(module) %>
9
-<%= for {_name, nodes} <- docs do %>
10
-<%= for node <- nodes do %>
+<%= for {_name, nodes} <- docs, node <- nodes do %>
11
<%= detail_template(node, module) %>
12
13
-<% end %>
14
<%= before_closing_body_tag(config, :markdown) %>
0 commit comments