Fixing edoc build the easy way. Real documentation in Readme.md.

This commit is contained in:
Erik Stenman 2019-04-15 09:58:08 +02:00
parent 56cf62b487
commit 885955335a

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
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------