Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Removed status of documentation from source files
  • Loading branch information
albsch committed Nov 24, 2020
1 parent 75f0986 commit 7101e9d
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion src/chash.erl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

-module(chash).

%% documentation satus: done

-export([contains_name/2, fresh/2, lookup/2, key_of/1,
members/1, merge_rings/2, next_index/2, nodes/1,
Expand Down
1 change: 0 additions & 1 deletion src/chashbin.erl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
%% -------------------------------------------------------------------
-module(chashbin).

%% documentation status : done

-export([create/1, to_chash/1, to_list/1,
to_list_filter/2, responsible_index/2,
Expand Down
1 change: 0 additions & 1 deletion src/riak_core.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
%% -------------------------------------------------------------------
-module(riak_core).

%% documentation status: done

-export([stop/0, stop/1, join/1, join/4, staged_join/1,
remove/1, down/1, leave/0, remove_from_cluster/1]).
Expand Down
1 change: 0 additions & 1 deletion src/riak_core_apl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
%% -------------------------------------------------------------------
-module(riak_core_apl).

%% documentation status: done

-export([active_owners/1, active_owners/2, get_apl/3,
get_apl/4, get_apl_ann/2, get_apl_ann/3, get_apl_ann/4,
Expand Down
1 change: 0 additions & 1 deletion src/riak_core_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

-module(riak_core_app).

%% documentation status: done

-behaviour(application).

Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_claim.erl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@

-module(riak_core_claim).

%% documentation status: done

-type ring() :: riak_core_ring:riak_core_ring().

-export([claim/1, claim/3, claim_until_balanced/2,
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_listener.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

-module(riak_core_handoff_listener).

%% documentation status: done.

-behaviour(gen_nb_server).

-export([start_link/0]).
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_listener_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

-module(riak_core_handoff_listener_sup).

%% documentation status: done

-behaviour(supervisor).

%% beahvior functions
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_manager.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
%% Copyright (c) 2007-2012 Basho Technologies, Inc. All Rights Reserved.
-module(riak_core_handoff_manager).

%% documentation status: done

-behaviour(gen_server).

%% gen_server api
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_receiver.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

-module(riak_core_handoff_receiver).

%% documentation status: done

-include("riak_core_handoff.hrl").

-behaviour(gen_server).
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_receiver_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

-module(riak_core_handoff_receiver_sup).

%% documentation status: done

-behaviour(supervisor).

%% beahvior functions
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_sender.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

-module(riak_core_handoff_sender).

%% documentation status: done

-export([start_link/4]).

-include("riak_core_vnode.hrl").
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_sender_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

-module(riak_core_handoff_sender_sup).

%% documentation status: done

-behaviour(supervisor).

%% callbacks
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_handoff_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

-module(riak_core_handoff_sup).

%% documentation status: done

-behaviour(supervisor).

%% beahvior functions
Expand Down
2 changes: 0 additions & 2 deletions src/riak_core_ring.erl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

-module(riak_core_ring).

%% documentation status: done

-export([all_members/1, all_owners/1, all_preflists/2,
diff_nodes/2, equal_rings/2, fresh/0, fresh/1, fresh/2,
get_meta/2, index_owner/2, my_indices/1,
Expand Down

0 comments on commit 7101e9d

Please sign in to comment.