V0.3.0 erldoc (#7)
* Adjusting version * Initiating some edoc stuff * Doc check * Fixing docs * Do a hard type check when entering nodes * Two fixes: - Module call change from enacl to ecu_eddsa - Fix the v3 call endpoint for top block * Fix top_block typespec and make top_height great again * Fix typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%%% @doc
|
||||
%%% @private
|
||||
%%% Vanillae Request Manager for Erlang
|
||||
%%%
|
||||
%%% This process is responsible for remembering the configured nodes and dispatching
|
||||
@@ -9,7 +9,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(vanillae_man).
|
||||
-vsn("0.2.0").
|
||||
-vsn("0.3.1").
|
||||
-behavior(gen_server).
|
||||
-author("Craig Everett <ceverett@tsuriai.jp>").
|
||||
-copyright("Craig Everett <ceverett@tsuriai.jp>").
|
||||
|
||||
Reference in New Issue
Block a user