diff --git a/doc/ct_expand.md b/doc/ct_expand.md index 508a73e..ac0c089 100644 --- a/doc/ct_expand.md +++ b/doc/ct_expand.md @@ -8,7 +8,7 @@ Compile-time expansion utility. -__Authors:__ : Ulf Wiger ([`ulf@feuerlabs.com`](mailto:ulf@feuerlabs.com)). +__Authors:__ : Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)). diff --git a/doc/edoc-info b/doc/edoc-info index 7665186..995e8f4 100644 --- a/doc/edoc-info +++ b/doc/edoc-info @@ -1,5 +1,4 @@ %% encoding: UTF-8 {application,parse_trans}. -{packages,[]}. {modules,[ct_expand,exprecs,parse_trans,parse_trans_codegen,parse_trans_mod, parse_trans_pp]}. diff --git a/doc/parse_trans.md b/doc/parse_trans.md index b5a8525..8363741 100644 --- a/doc/parse_trans.md +++ b/doc/parse_trans.md @@ -8,7 +8,7 @@ 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)). diff --git a/doc/parse_trans_codegen.md b/doc/parse_trans_codegen.md index 7e7f7bf..4148e11 100644 --- a/doc/parse_trans_codegen.md +++ b/doc/parse_trans_codegen.md @@ -7,7 +7,7 @@ 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)). diff --git a/doc/parse_trans_pp.md b/doc/parse_trans_pp.md index bafbf99..8e268b9 100644 --- a/doc/parse_trans_pp.md +++ b/doc/parse_trans_pp.md @@ -7,7 +7,7 @@ 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)). @@ -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: diff --git a/doc/stylesheet.css b/doc/stylesheet.css index e426a90..ab170c0 100644 --- a/doc/stylesheet.css +++ b/doc/stylesheet.css @@ -27,10 +27,10 @@ div.spec { margin-left: 2em; background-color: #eeeeee; } -a.module,a.package { +a.module { text-decoration:none } -a.module:hover,a.package:hover { +a.module:hover { background-color: #eeeeee; } ul.definitions {