Skip to content

Commit

Permalink
new rebar; replaced broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Jul 6, 2012
1 parent c96baaa commit 92a6600
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 235 deletions.
8 changes: 2 additions & 6 deletions README.md
@@ -1,13 +1,9 @@


<h1>The plain_fsm application</h1>
#The plain_fsm application#

The plain_fsm application
=========================


<h2 class="indextitle">Modules</h2>

##Modules##


<table width="100%" border="0" summary="list of modules">
Expand Down
8 changes: 2 additions & 6 deletions doc/README.md
@@ -1,13 +1,9 @@


<h1>The plain_fsm application</h1>
#The plain_fsm application#

The plain_fsm application
=========================


<h2 class="indextitle">Modules</h2>

##Modules##


<table width="100%" border="0" summary="list of modules">
Expand Down
44 changes: 10 additions & 34 deletions doc/fsm_example.md
@@ -1,77 +1,53 @@
Module fsm_example
==================


<h1>Module fsm_example</h1>

#Module fsm_example#
* [Function Index](#index)
* [Function Details](#functions)


__Behaviours:__ [`plain_fsm`](plain_fsm.md).<a name="index"></a>




__Behaviours:__ [`plain_fsm`](plain_fsm.md).

<h2><a name="index">Function Index</a></h2>

##Function Index##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#a-1">a/1</a></td><td></td></tr><tr><td valign="top"><a href="#b-1">b/1</a></td><td></td></tr><tr><td valign="top"><a href="#code_change-3">code_change/3</a></td><td></td></tr><tr><td valign="top"><a href="#data_vsn-0">data_vsn/0</a></td><td></td></tr><tr><td valign="top"><a href="#spawn_link-0">spawn_link/0</a></td><td></td></tr></table>


<a name="functions"></a>


<h2><a name="functions">Function Details</a></h2>

##Function Details##

<a name="a-1"></a>

<h3>a/1</h3>



###a/1##


`a(S) -> any()`

<a name="b-1"></a>

<h3>b/1</h3>



###b/1##


`b(S) -> any()`

<a name="code_change-3"></a>

<h3>code_change/3</h3>



###code_change/3##


`code_change(OldVsn, State, Extra) -> any()`

<a name="data_vsn-0"></a>

<h3>data_vsn/0</h3>



###data_vsn/0##


`data_vsn() -> any()`

<a name="spawn_link-0"></a>

<h3>spawn_link/0</h3>



###spawn_link/0##


`spawn_link() -> any()`
Expand Down

0 comments on commit 92a6600

Please sign in to comment.