forked from uwiger/edown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated edown_layout with R14B02 additions
- Loading branch information
Ulf Wiger
committed
Mar 23, 2011
1 parent
555e039
commit 5ca2ed6
Showing
10 changed files
with
91 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.PHONY: all compile clean doc | ||
|
||
all: compile doc | ||
|
||
compile: | ||
./rebar compile | ||
|
||
clean: | ||
./rebar clean | ||
|
||
doc: | ||
./rebar doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,8 @@ to EDoc. | |
|
||
EDoc was written by Richard Carlsson, (c) 2001-2007 Richard Carlsson. | ||
It is part of Erlang/OTP (http://www.erlang.org) and available | ||
via the Erlang Public License (EPL). | ||
via the Erlang Public License (EPL). | ||
|
||
Original idea and implementation for EDown: [email protected] | ||
|
||
Markedoc contributed by Henning Dietrich <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ __Authors:__ Ulf Wiger ([`[email protected]`](mailto:ulf.wiger@erla | |
|
||
|
||
|
||
<tt>run(Command::<a href="#type-doclet_gen">doclet_gen()</a> | <a href="#type-doclet_toc">doclet_toc()</a>, Ctxt::<a href="#type-edoc_context">edoc_context()</a>) -> ok</tt> | ||
<tt>runfun((Command::<a href="#type-doclet_gen">doclet_gen()</a> | <a href="#type-doclet_toc">doclet_toc()</a>, Ctxt::<a href="#type-edoc_context">edoc_context()</a>) -> ok)</tt> | ||
|
||
|
||
|
||
|
@@ -150,4 +150,4 @@ will be copied to the target directory. | |
|
||
|
||
|
||
_Generated by EDoc, Dec 31 2010, 09:13:36._ | ||
_Generated by EDoc, Mar 23 2011, 18:36:45._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,4 +67,4 @@ __Authors:__ Ulf Wiger ([`[email protected]`](mailto:ulf.wiger@erla | |
|
||
|
||
|
||
_Generated by EDoc, Dec 31 2010, 09:13:36._ | ||
_Generated by EDoc, Mar 23 2011, 18:36:45._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,4 @@ __Authors:__ Ulf Wiger ([`[email protected]`](mailto:ulf.wiger@erla | |
|
||
|
||
|
||
_Generated by EDoc, Dec 31 2010, 09:13:36._ | ||
_Generated by EDoc, Mar 23 2011, 18:36:45._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
./* | ||
*.beam | ||
*.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters