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:
Craig Everett
2023-09-04 22:20:01 +09:00
committed by GitHub
parent 1cd3c2c042
commit c2689903cd
7 changed files with 216 additions and 63 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
%%% @doc
%%% @private
%%% Vanillae Erlang Aeternity application supervisor
%%%
%%% The very top level supervisor in the system. It only has one service branch: the
@@ -9,7 +9,7 @@
%%% @end
-module(vanillae_sup).
-vsn("0.2.0").
-vsn("0.3.1").
-behaviour(supervisor).
-author("Craig Everett <zxq9@zxq9.com>").
-copyright("Craig Everett <zxq9@zxq9.com>").