mirror of
https://github.com/valitydev/parse_trans.git
synced 2024-11-06 00:25:16 +00:00
re-generated docs with updated edown
This commit is contained in:
parent
049ea9f905
commit
7ef08c7749
@ -9,14 +9,14 @@ Module ct_expand
|
||||
* [Function Details](#functions)
|
||||
Compile-time expansion utility.
|
||||
|
||||
|
||||
|
||||
__Authors:__ : Ulf Wiger ([`ulf.wiger@erlang-solutions.com`](mailto:ulf.wiger@erlang-solutions.com)).
|
||||
|
||||
<h2><a name="description">Description</a></h2>
|
||||
|
||||
|
||||
|
||||
Compile-time expansion utility
|
||||
|
||||
|
||||
|
||||
This module serves as an example of parse_trans-based transforms,
|
||||
@ -62,4 +62,4 @@ would be expanded at compile-time to `[1,2,3,4,5]`.
|
||||
|
||||
|
||||
|
||||
_Generated by EDoc, Oct 27 2010, 20:50:39._
|
||||
_Generated by EDoc, Oct 31 2010, 18:33:42._
|
@ -9,12 +9,13 @@ Module exprecs
|
||||
* [Function Details](#functions)
|
||||
Parse transform for generating record access functions.
|
||||
|
||||
|
||||
|
||||
__Authors:__ : Ulf Wiger ([`ulf.wiger@ericsson.com`](mailto:ulf.wiger@ericsson.com)).
|
||||
|
||||
<h2><a name="description">Description</a></h2>
|
||||
|
||||
Parse transform for generating record access functions.
|
||||
|
||||
|
||||
|
||||
This parse transform can be used to reduce compile-time
|
||||
dependencies in large systems.
|
||||
@ -141,4 +142,4 @@ F(AttrNames, Rec, F).
|
||||
|
||||
|
||||
|
||||
_Generated by EDoc, Oct 27 2010, 20:50:39._
|
||||
_Generated by EDoc, Oct 31 2010, 18:33:42._
|
@ -9,14 +9,14 @@ Module parse_trans
|
||||
* [Function Details](#functions)
|
||||
Generic parse transform library for Erlang.
|
||||
|
||||
|
||||
|
||||
__Authors:__ : Ulf Wiger ([`ulf.wiger@erlang-consulting.com`](mailto:ulf.wiger@erlang-consulting.com)).
|
||||
|
||||
<h2><a name="description">Description</a></h2>
|
||||
|
||||
|
||||
|
||||
Generic parse transform library for Erlang.
|
||||
|
||||
|
||||
|
||||
...
|
||||
@ -393,4 +393,4 @@ regular Erlang forms.
|
||||
|
||||
Makes one pass
|
||||
|
||||
_Generated by EDoc, Oct 27 2010, 20:50:39._
|
||||
_Generated by EDoc, Oct 31 2010, 18:33:42._
|
@ -9,14 +9,14 @@ Module parse_trans_codegen
|
||||
* [Function Details](#functions)
|
||||
Parse transform for code generation pseduo functions.
|
||||
|
||||
|
||||
|
||||
__Authors:__ : Ulf Wiger ([`ulf.wiger@erlang-solutions.com`](mailto:ulf.wiger@erlang-solutions.com)).
|
||||
|
||||
<h2><a name="description">Description</a></h2>
|
||||
|
||||
|
||||
|
||||
Parse transform for code generation pseduo functions
|
||||
|
||||
|
||||
|
||||
...
|
||||
@ -180,4 +180,4 @@ X =:= foo.
|
||||
</pre>
|
||||
|
||||
|
||||
_Generated by EDoc, Oct 27 2010, 20:50:39._
|
||||
_Generated by EDoc, Oct 31 2010, 18:33:42._
|
@ -9,14 +9,14 @@ Module parse_trans_pp
|
||||
* [Function Details](#functions)
|
||||
Generic parse transform library for Erlang.
|
||||
|
||||
|
||||
|
||||
__Authors:__ : Ulf Wiger ([`ulf.wiger@erlang-solutions.com`](mailto:ulf.wiger@erlang-solutions.com)).
|
||||
|
||||
<h2><a name="description">Description</a></h2>
|
||||
|
||||
|
||||
|
||||
Generic parse transform library for Erlang.
|
||||
|
||||
|
||||
|
||||
This module contains some useful utility functions for inspecting
|
||||
@ -113,4 +113,4 @@ Erlang source code, storing it in the file Out.
|
||||
Pretty-prints the erlang source code corresponding to Forms into Out
|
||||
|
||||
|
||||
_Generated by EDoc, Oct 27 2010, 20:50:39._
|
||||
_Generated by EDoc, Oct 31 2010, 18:33:42._
|
Loading…
Reference in New Issue
Block a user