Add moduledoc to Extras
9 out of 10 doctors agree that every module needs a doc. Ask your doctor if moduledocs are right for you!
This commit is contained in:
parent
9e2fbfde8e
commit
c0a88ba7d5
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
defmodule Extras do
|
defmodule Extras do
|
||||||
|
@moduledoc """
|
||||||
|
Hosts utility functions intended to supplement the standard library.
|
||||||
|
"""
|
||||||
|
|
||||||
@doc """
|
@doc """
|
||||||
Return an ascending range starting at `a` and ending at `b` (exclusive).
|
Return an ascending range starting at `a` and ending at `b` (exclusive).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue