aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRpcIq.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-02-11 17:12:45 +0100
committerLinus Jahn <lnj@kaidan.im>2020-02-11 17:12:45 +0100
commitbc4c3ee94442c9b80993ce109d5070862dc9f170 (patch)
treeb782a135e84dfcbeb33254df8a33bf7fe53fb786 /src/base/QXmppRpcIq.h
parent776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff)
downloadqxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppRpcIq.h')
-rw-r--r--src/base/QXmppRpcIq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppRpcIq.h b/src/base/QXmppRpcIq.h
index 959491a5..a07348dd 100644
--- a/src/base/QXmppRpcIq.h
+++ b/src/base/QXmppRpcIq.h
@@ -37,7 +37,7 @@ public:
};
/// \brief The QXmppRpcResponseIq class represents an IQ used to carry
-/// an RPC response as specified by XEP-0009: Jabber-RPC.
+/// an RPC response as specified by \xep{0009}: Jabber-RPC.
///
/// \ingroup Stanzas
@@ -72,7 +72,7 @@ private:
};
/// \brief The QXmppRpcInvokeIq class represents an IQ used to carry
-/// an RPC invocation as specified by XEP-0009: Jabber-RPC.
+/// an RPC invocation as specified by \xep{0009}: Jabber-RPC.
///
/// \ingroup Stanzas