Skip to content

Commit

Permalink
Documenting examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlund committed Sep 11, 2015
1 parent e75073a commit 197bc39
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -107,6 +107,17 @@ $ env ERL_LIBS=$PWD/_build/default/lib/edown rebar3 edoc



## Examples ##


The `test` directory contains a number of examples. The subdirectory
`qc` contains a simple Quviq QuickCheck test model for the Java `HashSet`
class -- if QuickCheck is installed the class can be verified by
invoking the `hashset_test:test()` function. The `demo` subdirectory
contains a simple example of using the Swing GUI library from Erlang.



## News ##

The library now provides a facility to construct
Expand Down
11 changes: 11 additions & 0 deletions doc/README.md
Expand Up @@ -107,6 +107,17 @@ $ env ERL_LIBS=$PWD/_build/default/lib/edown rebar3 edoc



## Examples ##


The `test` directory contains a number of examples. The subdirectory
`qc` contains a simple Quviq QuickCheck test model for the Java `HashSet`
class -- if QuickCheck is installed the class can be verified by
invoking the `hashset_test:test()` function. The `demo` subdirectory
contains a simple example of using the Swing GUI library from Erlang.



## News ##

The library now provides a facility to construct
Expand Down
10 changes: 10 additions & 0 deletions doc/overview.edoc
Expand Up @@ -87,6 +87,16 @@ $ env ERL_LIBS=$PWD/_build/default/lib/edown rebar3 edoc
'''
</p>

<h2>Examples</h2>

<p>
The ``test'' directory contains a number of examples. The subdirectory
``qc'' contains a simple Quviq QuickCheck test model for the Java ``HashSet''
class -- if QuickCheck is installed the class can be verified by
invoking the ``hashset_test:test()'' function. The ``demo'' subdirectory
contains a simple example of using the Swing GUI library from Erlang.
</p>

<h2>News</h2>
The library now provides a facility to construct
Java classes using Erlang, see the ``java_proxy''
Expand Down

0 comments on commit 197bc39

Please sign in to comment.