This commit is contained in:
Feng 2015-12-03 21:15:25 +08:00
parent 392b008a43
commit 86460cdebc
6 changed files with 0 additions and 6 deletions

View File

@ -22,7 +22,6 @@
%%% @doc client keepalive
%%%
%%% @author Feng Lee <feng@emqtt.io>
%%%
%%%-----------------------------------------------------------------------------
-module(emqttd_keepalive).

View File

@ -22,7 +22,6 @@
%%% @doc emqttd statistics
%%%
%%% @author Feng Lee <feng@emqtt.io>
%%%
%%%-----------------------------------------------------------------------------
-module(emqttd_stats).

View File

@ -22,7 +22,6 @@
%%% @doc Trace MQTT packets/messages by clientid or topic.
%%%
%%% @author Feng Lee <feng@emqtt.io>
%%%
%%%-----------------------------------------------------------------------------
-module(emqttd_trace).

View File

@ -22,7 +22,6 @@
%%% @doc emqttd utility functions
%%%
%%% @author Feng Lee <feng@emqtt.io>
%%%
%%%-----------------------------------------------------------------------------
-module(emqttd_util).

View File

@ -22,7 +22,6 @@
%%% @doc emqttd erlang vm.
%%%
%%% @author huangdan
%%%
%%%-----------------------------------------------------------------------------
-module(emqttd_vm).

View File

@ -22,7 +22,6 @@
%%% @doc emqttd websocket client
%%%
%%% @author Feng Lee <feng@emqtt.io>
%%%
%%%-----------------------------------------------------------------------------
-module(emqttd_ws_client).