Fixing edoc build the easy way. Real documentation in Readme.md. (#30)

This commit is contained in:
Erik Stenman 2019-04-15 12:18:16 +02:00 committed by GitHub
parent 56cf62b487
commit a6a2686d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
%%% @copyright (C) 2019, Aeternity Anstalt %%% @copyright (C) 2019, Aeternity Anstalt
%%% @doc Assembler for Fate machine code. %%% @doc Assembler for Fate machine code.
%%% @end
%%% %%%
%%% Fate code exists in 3 formats: %%% Fate code exists in 3 formats:
%%% %%%
@ -81,7 +82,6 @@
%%% Size: Digits %%% Size: Digits
%%% Tag: Digits %%% Tag: Digits
%%% %%%
%%% @end
%%% Created : 21 Dec 2017 %%% Created : 21 Dec 2017
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------