選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
{cover_enabled, true}.
|
|
{cover_opts, [verbose]}.
|
|
{erl_opts, [
|
|
%% bin_opt_info,
|
|
%% warn_missing_spec,
|
|
warn_export_all,
|
|
{platform_define, "18", erlang18}
|
|
]}.
|
|
{edoc_opts, [{stylesheet_file, "./priv/edoc.css"}]}.
|
|
|