RobertDober / extractly

Extract Elixir docs and other information into Eex templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include all docstrings of a module

RobertDober opened this issue · comments

This usecase comes from the following pattern

<%= xtra.moduledoc "MyModule", ... %>
<%= xtra.functiondoc :all, module: "MyModule", ... %>

it would be nice to condense this repeating pattern

e.g.

<%= xtra.moduledoc "MyModule", include: ["functiondocs", "macrodocs"], ... %>