25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

22 satır
649 B

10 yıl önce
  1. %%%-------------------------------------------------------------------
  2. %% @copyright {{copyright_holder}} ({{copyright_year}})
  3. %% @author {{author_name}} <{{author_email}}>
  4. %% @doc {{appid}} public API
  5. %% @end
  6. %%%-------------------------------------------------------------------
  7. -module({{appid}}).
  8. %% API
  9. -export([
  10. ]).
  11. %%====================================================================
  12. %% API
  13. %%====================================================================
  14. %%====================================================================
  15. %% Internal functions
  16. %%====================================================================