re-generate docs with new edown

This commit is contained in:
Ulf Wiger 2015-10-31 00:49:30 +01:00
parent 68a87e656c
commit 4fadce8a52
5 changed files with 30 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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]}.

View File

@ -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 {

View File

@ -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",