diff --git a/doc/404.html b/doc/404.html index 5a7417f..22edde3 100644 --- a/doc/404.html +++ b/doc/404.html @@ -5,7 +5,7 @@ - 404 – Function Decorating v0.0.5 + 404 – Function Decorating v0.0.6 @@ -27,7 +27,7 @@

Function Decorating

diff --git a/doc/FnDef.html b/doc/FnDef.html index 8861679..89b5097 100644 --- a/doc/FnDef.html +++ b/doc/FnDef.html @@ -5,7 +5,7 @@ - FnDef – Function Decorating v0.0.5 + FnDef – Function Decorating v0.0.6 @@ -27,7 +27,7 @@

Function Decorating

@@ -59,7 +59,7 @@

- Function Decorating v0.0.5 + Function Decorating v0.0.6 FnDef @@ -134,6 +134,12 @@

Add meidator arguments to a function arguments list ast

+ +
+ +
@@ -172,7 +178,7 @@

calc_arg_name(arg_ast) - + @@ -194,6 +200,10 @@

Examples

:bb
   iex> FnDef.calc_arg_name(quote do _ = _bb \\ 6 end)
    :_bb
+
   iex> FnDef.calc_arg_name(quote do {aa} = bb end)  
+   :bb
+
   iex> FnDef.calc_arg_name(quote do [aa] = bb end)  
+   :bb
@@ -320,6 +330,23 @@

Examples

+
+
+ + + + is_operator_token(a) + + + + + +
+ +
+ +
+
@@ -59,7 +59,7 @@

- Function Decorating v0.0.5 + Function Decorating v0.0.6 FunctionDecorating diff --git a/doc/FunctionDecorator.html b/doc/FunctionDecorator.html index c3fef4b..729a90a 100644 --- a/doc/FunctionDecorator.html +++ b/doc/FunctionDecorator.html @@ -5,7 +5,7 @@ - FunctionDecorator – Function Decorating v0.0.5 + FunctionDecorator – Function Decorating v0.0.6 @@ -27,7 +27,7 @@

Function Decorating

@@ -59,7 +59,7 @@

- Function Decorating v0.0.5 + Function Decorating v0.0.6 FunctionDecorator behaviour diff --git a/doc/LogDecorator.html b/doc/LogDecorator.html index 03d0beb..2d4cf6e 100644 --- a/doc/LogDecorator.html +++ b/doc/LogDecorator.html @@ -5,7 +5,7 @@ - LogDecorator – Function Decorating v0.0.5 + LogDecorator – Function Decorating v0.0.6 @@ -27,7 +27,7 @@

Function Decorating

@@ -59,7 +59,7 @@

- Function Decorating v0.0.5 + Function Decorating v0.0.6 LogDecorator diff --git a/doc/api-reference.html b/doc/api-reference.html index 3d83f01..af61019 100644 --- a/doc/api-reference.html +++ b/doc/api-reference.html @@ -5,7 +5,7 @@ - API Reference – Function Decorating v0.0.5 + API Reference – Function Decorating v0.0.6 @@ -27,7 +27,7 @@

Function Decorating

@@ -58,7 +58,7 @@

Installation

The mix.exs:

def deps do
-  [{:function_decorating, "~> 0.0.5"}]
+  [{:function_decorating, "~> 0.0.6"}]
 end
  • Ensure function_decorating is started before your application: