Skip to content

Commit 5e900e2

Browse files
committed
Add @moduledoc false to ExDoc.Utils.NaturalOrder
1 parent f3db9b1 commit 5e900e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ex_doc/utils/natural_order.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
defmodule ExDoc.Utils.NaturalOrder do
2+
@moduledoc false
3+
24
def to_sortable_charlist(string) do
35
string
46
|> :unicode.characters_to_nfkd_list()

0 commit comments

Comments
 (0)