summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-09-17 22:55:21 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-09-17 22:55:21 -0400
commit06c314dcc5d01cd172a8dcbd44756be10f86c597 (patch)
treece6bfe15387999965ce4ddf3b4aafa2bed583577 /mix.exs
parentimprove endpoint protocol and HttpSpec (diff)
doc improvements
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs7
1 files changed, 7 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 4addbbd..edd3363 100644
--- a/mix.exs
+++ b/mix.exs
@@ -23,6 +23,13 @@ defmodule PolyjuiceClient.MixProject do
"README.md",
"tutorial_echo.md",
"tutorial_welcome.md"
+ ],
+ groups_for_modules: [
+ Endpoints: [
+ ~r/Polyjuice\.Client\.Endpoint\.Get.*/,
+ ~r/Polyjuice\.Client\.Endpoint\.Post.*/,
+ ~r/Polyjuice\.Client\.Endpoint\.Put.*/
+ ]
]
],
package: [