File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ defmodule Money.Backend do
165165 "Reduce the precision or call Money.new/2 with a Decimal or String amount"}}
166166
167167 """
168- # @doc since: "2.0.0"
168+ Cldr.Macros . doc_since "2.0.0"
169169 @ spec from_float (
170170 float | :"Elixir.Money" . currency_code ( ) ,
171171 float | :"Elixir.Money" . currency_code ( )
@@ -301,7 +301,7 @@ defmodule Money.Backend do
301301 {Money.ParseError, "Could not parse \\ "USD 100 with trailing text\\ "."}}
302302
303303 """
304- # @doc since: "3.2.0"
304+ Cldr.Macros . doc_since "3.2.0"
305305 @ spec parse ( String . t ( ) , Keyword . t ( ) ) ::
306306 :"Elixir.Money" . t ( ) | { :error , { module ( ) , String . t ( ) } }
307307 def parse ( string , options \\ [ ] ) do
@@ -1153,7 +1153,7 @@ defmodule Money.Backend do
11531153
11541154 """
11551155 @ spec normalize ( :"Elixir.Money" . t ( ) ) :: :"Elixir.Money" . t ( )
1156- @ doc since: "5.0.0"
1156+ Cldr.Macros . doc_since "5.0.0"
11571157 def normalize ( % :"Elixir.Money" { } = money ) do
11581158 :"Elixir.Money" . normalize ( money )
11591159 end
You can’t perform that action at this time.
0 commit comments