Skip to content

Commit

Permalink
improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddossot committed Sep 11, 2010
1 parent 249aeb2 commit 7d00230
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
File renamed without changes
File renamed without changes.
4 changes: 3 additions & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@title cferl
@doc <center><img src="cferl.png"/><br/><br/><h1>Rackspace Cloud Files Erlang Client</h1></center>
@doc <center><img src="../cferl.png"/><br/><br/>
<h1>Rackspace Cloud Files Erlang Client</h1></center>
<p>Read the project's <a href="http://github.com/ddossot/cferl/blob/master/README.md">README file</a> for more information.</p>
@author David Dossot <[email protected]>
@copyright 2010 David Dossot
2 changes: 1 addition & 1 deletion src/cferl.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%%
%%% @doc Rackspace Cloud Files Erlang Client
%%% @doc Authentication and connection with Rackspace Cloud Files.
%%% @author David Dossot <[email protected]>
%%%
%%% See LICENSE for license information.
Expand Down
2 changes: 1 addition & 1 deletion src/cferl_connection.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%%
%%% @doc Rackspace Cloud Files Erlang Client
%%% @doc Management of an account's containers.
%%% @author David Dossot <[email protected]>
%%%
%%% See LICENSE for license information.
Expand Down
2 changes: 1 addition & 1 deletion src/cferl_container.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%%
%%% @doc Rackspace Cloud Files Erlang Client
%%% @doc Management of a container's storage objects.
%%% @author David Dossot <[email protected]>
%%%
%%% See LICENSE for license information.
Expand Down
2 changes: 1 addition & 1 deletion src/cferl_object.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%%
%%% @doc Rackspace Cloud Files Erlang Client
%%% @doc Handling of a single storage object.
%%% @author David Dossot <[email protected]>
%%%
%%% See LICENSE for license information.
Expand Down

0 comments on commit 7d00230

Please sign in to comment.