Fix EDoc comment

SVN Revision: 2552
This commit is contained in:
Badlop 2009-08-27 18:15:12 +00:00
parent 51e2896914
commit 217d3131c8
2 changed files with 2 additions and 2 deletions

View File

@ -3005,7 +3005,7 @@ node_options(Type) ->
Result
end.
%% @spec (NodeId) -> [ljid()]
%% @spec (Host, Type, NodeId) -> [ljid()]
%% NodeId = pubsubNodeId()
%% @doc <p>Return list of node owners.</p>
node_owners(Host, Type, NodeId) ->

View File

@ -551,7 +551,7 @@
Result
end.
+%% @spec (NodeId) -> [ljid()]
+%% @spec (Host, Type, NodeId) -> [ljid()]
+%% NodeId = pubsubNodeId()
+%% @doc <p>Return list of node owners.</p>
+node_owners(Host, Type, NodeId) ->