Skip to content

Commit fba587c

Browse files
committed
Add doc modules groups
1 parent 3818d4d commit fba587c

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

mix.exs

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Ginject.MixProject do
3636
{:dialyxir, "~> 1.4", only: [:dev], runtime: false},
3737

3838
# Test
39-
{:excoveralls, "~> 0.10", only: :test},
39+
{:excoveralls, "~> 0.10", only: :test}
4040
]
4141
end
4242

@@ -57,7 +57,17 @@ defmodule Ginject.MixProject do
5757
name: "ginject",
5858
canonical: "http://hexdocs.pm/ginject",
5959
source_url: "https://github.com/gigitsu/ginject",
60-
extras: ["README.md", "LICENSE"]
60+
extras: ["README.md", "LICENSE"],
61+
groups_for_modules: [
62+
Strategies: [
63+
Ginject.Strategy,
64+
Ginject.Strategy.BehaviourAsDefault,
65+
Ginject.Strategy.Mox
66+
],
67+
Testing: [
68+
Ginject.Test
69+
]
70+
]
6171
]
6272
end
6373
end

0 commit comments

Comments
 (0)