mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Fix EDoc comment
SVN Revision: 2552
This commit is contained in:
parent
51e2896914
commit
217d3131c8
@ -3005,7 +3005,7 @@ node_options(Type) ->
|
|||||||
Result
|
Result
|
||||||
end.
|
end.
|
||||||
|
|
||||||
%% @spec (NodeId) -> [ljid()]
|
%% @spec (Host, Type, NodeId) -> [ljid()]
|
||||||
%% NodeId = pubsubNodeId()
|
%% NodeId = pubsubNodeId()
|
||||||
%% @doc <p>Return list of node owners.</p>
|
%% @doc <p>Return list of node owners.</p>
|
||||||
node_owners(Host, Type, NodeId) ->
|
node_owners(Host, Type, NodeId) ->
|
||||||
|
@ -551,7 +551,7 @@
|
|||||||
Result
|
Result
|
||||||
end.
|
end.
|
||||||
|
|
||||||
+%% @spec (NodeId) -> [ljid()]
|
+%% @spec (Host, Type, NodeId) -> [ljid()]
|
||||||
+%% NodeId = pubsubNodeId()
|
+%% NodeId = pubsubNodeId()
|
||||||
+%% @doc <p>Return list of node owners.</p>
|
+%% @doc <p>Return list of node owners.</p>
|
||||||
+node_owners(Host, Type, NodeId) ->
|
+node_owners(Host, Type, NodeId) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user