Просмотр исходного кода

remove/1 is undocummented, and need and object not only with id and feed_id, but also with next and prev correct fields

Namdak Tonpa 10 лет назад
Родитель
Сommit
bcb5233975
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      include/api.hrl

+ 0 - 1
include/api.hrl

@@ -24,7 +24,6 @@
 
 -spec create(Container :: atom()) -> integer().
 -spec add(Record :: tuple()) -> {ok,tuple()} | {error,exist} | {error,no_container}.
--spec remove(Record :: tuple()) -> ok | {error,any()}.
 -spec remove(Tab :: atom(), Key :: any()) -> ok | {error,any()}.
 
 % raw ops