summaryrefslogtreecommitdiff
path: root/include/iprt/cpp/restclient.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:01:08 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:01:08 +0000
commite70d817fc58fe57d35cc482f775d14867d9a3829 (patch)
treeee329e28a974a3d303c8306edf82d7f2b2dd5519 /include/iprt/cpp/restclient.h
parentf6e04aac8a5c0dec9b9a5a338813733293f8815b (diff)
downloadVirtualBox-svn-e70d817fc58fe57d35cc482f775d14867d9a3829.tar.gz
*: doxygen corrections (mostly about removing @returns from functions returning void).
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99739 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'include/iprt/cpp/restclient.h')
-rw-r--r--include/iprt/cpp/restclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/iprt/cpp/restclient.h b/include/iprt/cpp/restclient.h
index 23c53855ac5..56a9a892665 100644
--- a/include/iprt/cpp/restclient.h
+++ b/include/iprt/cpp/restclient.h
@@ -531,8 +531,6 @@ public:
/**
* Called after status, headers and body all have been presented.
- *
- * @returns IPRT status code.
*/
virtual void receiveFinal() RT_NOEXCEPT;