mirror of
https://github.com/valitydev/parse_trans.git
synced 2024-11-06 08:35:17 +00:00
re-generate docs with new edown
This commit is contained in:
parent
68a87e656c
commit
4fadce8a52
13
README.md
13
README.md
@ -1,3 +1,16 @@
|
|||||||
|
|
||||||
|
|
||||||
# The parse_trans application #
|
# The parse_trans application #
|
||||||
|
|
||||||
|
|
||||||
|
## Modules ##
|
||||||
|
|
||||||
|
|
||||||
|
<table width="100%" border="0" summary="list of modules">
|
||||||
|
<tr><td><a href="http://github.com/uwiger/parse_trans/blob/master/doc/ct_expand.md" class="module">ct_expand</a></td></tr>
|
||||||
|
<tr><td><a href="http://github.com/uwiger/parse_trans/blob/master/doc/exprecs.md" class="module">exprecs</a></td></tr>
|
||||||
|
<tr><td><a href="http://github.com/uwiger/parse_trans/blob/master/doc/parse_trans.md" class="module">parse_trans</a></td></tr>
|
||||||
|
<tr><td><a href="http://github.com/uwiger/parse_trans/blob/master/doc/parse_trans_codegen.md" class="module">parse_trans_codegen</a></td></tr>
|
||||||
|
<tr><td><a href="http://github.com/uwiger/parse_trans/blob/master/doc/parse_trans_mod.md" class="module">parse_trans_mod</a></td></tr>
|
||||||
|
<tr><td><a href="http://github.com/uwiger/parse_trans/blob/master/doc/parse_trans_pp.md" class="module">parse_trans_pp</a></td></tr></table>
|
||||||
|
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
|
||||||
|
|
||||||
# The parse_trans application #
|
# The parse_trans application #
|
||||||
|
|
||||||
|
|
||||||
|
## Modules ##
|
||||||
|
|
||||||
|
|
||||||
|
<table width="100%" border="0" summary="list of modules">
|
||||||
|
<tr><td><a href="ct_expand.md" class="module">ct_expand</a></td></tr>
|
||||||
|
<tr><td><a href="exprecs.md" class="module">exprecs</a></td></tr>
|
||||||
|
<tr><td><a href="parse_trans.md" class="module">parse_trans</a></td></tr>
|
||||||
|
<tr><td><a href="parse_trans_codegen.md" class="module">parse_trans_codegen</a></td></tr>
|
||||||
|
<tr><td><a href="parse_trans_mod.md" class="module">parse_trans_mod</a></td></tr>
|
||||||
|
<tr><td><a href="parse_trans_pp.md" class="module">parse_trans_pp</a></td></tr></table>
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
%% 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]}.
|
||||||
|
@ -27,10 +27,10 @@ div.spec {
|
|||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
a.module {
|
a.module,a.package {
|
||||||
text-decoration:none
|
text-decoration:none
|
||||||
}
|
}
|
||||||
a.module:hover {
|
a.module:hover,a.package:hover {
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
ul.definitions {
|
ul.definitions {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
{xref_checks, [undefined_function_calls]}.
|
{xref_checks, [undefined_function_calls]}.
|
||||||
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.7"}}}]}.
|
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {branch, "master"}}}]}.
|
||||||
{edoc_opts, [{doclet, edown_doclet},
|
{edoc_opts, [{doclet, edown_doclet},
|
||||||
{top_level_readme,
|
{top_level_readme,
|
||||||
{"./README.md",
|
{"./README.md",
|
||||||
|
Loading…
Reference in New Issue
Block a user