diff options
author | Tobias Markmann <tm@ayena.de> | 2016-07-27 14:56:23 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-07-27 14:56:23 (GMT) |
commit | a495abf8ea86c57fc3e1c1c1450c76936fff8404 (patch) | |
tree | 8272ce25c8bd74298f2935139de4c088b83af20a /Swiften/Disco | |
parent | 4cd5e0ed1f7f7eb5783b301117e8475a88e6a60a (diff) | |
download | swift-a495abf8ea86c57fc3e1c1c1450c76936fff8404.zip swift-a495abf8ea86c57fc3e1c1c1450c76936fff8404.tar.bz2 |
Fix Doxygen warnings
This fixes Doxygen warnings about missing parameter
documentation or documentation of non-existing parameters.
Test-Information:
Ran ./scons doc=1 without warnings with Doxygen 1.8.11.
Change-Id: I360d042e5c80f418e7574a26fa1283a82fc504d4
Diffstat (limited to 'Swiften/Disco')
-rw-r--r-- | Swiften/Disco/ClientDiscoManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Disco/ClientDiscoManager.h b/Swiften/Disco/ClientDiscoManager.h index fe68dd7..595beeb 100644 --- a/Swiften/Disco/ClientDiscoManager.h +++ b/Swiften/Disco/ClientDiscoManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Isode Limited. + * Copyright (c) 2010-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ @@ -36,6 +36,7 @@ namespace Swift { * \param iqRouter the router on which requests will be answered * \param presenceSender the presence sender to which all outgoing presence * (with caps information) will be sent. + * \param crypto the crypto provider used for cryptographic hash computations. */ ClientDiscoManager(IQRouter* iqRouter, PresenceSender* presenceSender, CryptoProvider* crypto); ~ClientDiscoManager(); |