24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

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 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) ->

View File

@ -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) ->