mirror of
https://github.com/valitydev/parse_trans.git
synced 2024-11-06 00:25:16 +00:00
re-generated docs
This commit is contained in:
parent
c8603065e4
commit
6f3645afb4
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Compile-time expansion utility.
|
Compile-time expansion utility.
|
||||||
|
|
||||||
__Authors:__ : Ulf Wiger ([`ulf@feuerlabs.com`](mailto:ulf@feuerlabs.com)).
|
__Authors:__ : Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)).
|
||||||
|
|
||||||
<a name="description"></a>
|
<a name="description"></a>
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
%% encoding: UTF-8
|
%% encoding: UTF-8
|
||||||
{application,parse_trans}.
|
{application,parse_trans}.
|
||||||
{packages,[]}.
|
|
||||||
{modules,[ct_expand,exprecs,parse_trans,parse_trans_codegen,parse_trans_mod,
|
{modules,[ct_expand,exprecs,parse_trans,parse_trans_codegen,parse_trans_mod,
|
||||||
parse_trans_pp]}.
|
parse_trans_pp]}.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Generic parse transform library for Erlang.
|
Generic parse transform library for Erlang.
|
||||||
|
|
||||||
__Authors:__ : Ulf Wiger ([`ulf.wiger@feuerlabs.com`](mailto:ulf.wiger@feuerlabs.com)).
|
__Authors:__ : Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)).
|
||||||
|
|
||||||
<a name="description"></a>
|
<a name="description"></a>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Parse transform for code generation pseduo functions.
|
Parse transform for code generation pseduo functions.
|
||||||
|
|
||||||
__Authors:__ : Ulf Wiger ([`ulf@feuerlabs.com`](mailto:ulf@feuerlabs.com)).
|
__Authors:__ : Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)).
|
||||||
|
|
||||||
<a name="description"></a>
|
<a name="description"></a>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Generic parse transform library for Erlang.
|
Generic parse transform library for Erlang.
|
||||||
|
|
||||||
__Authors:__ : Ulf Wiger ([`ulf@feuerlabs.com`](mailto:ulf@feuerlabs.com)).
|
__Authors:__ : Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)).
|
||||||
|
|
||||||
<a name="description"></a>
|
<a name="description"></a>
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Using e.g. the following bash alias:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
alias pp='escript $PARSE_TRANS_ROOT/ebin/parse_trans_pp.beam'
|
alias pp='escript $PARSE_TRANS_ROOT/ebin/parse_trans_pp.beam'
|
||||||
```
|
```
|
||||||
|
|
||||||
a file could be pretty-printed using the following command:
|
a file could be pretty-printed using the following command:
|
||||||
|
@ -27,10 +27,10 @@ div.spec {
|
|||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
a.module,a.package {
|
a.module {
|
||||||
text-decoration:none
|
text-decoration:none
|
||||||
}
|
}
|
||||||
a.module:hover,a.package:hover {
|
a.module:hover {
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
ul.definitions {
|
ul.definitions {
|
||||||
|
Loading…
Reference in New Issue
Block a user