Skip to content
Snippets Groups Projects
Commit 0c7ab0dd authored by Dan Nixon's avatar Dan Nixon
Browse files

Merge pull request #277 from mantidproject/11156_fix_doxygen_warnings_InternetHelper

Fix doxygen warnings in InternetHelper
parents 58636211 b0d18e48
No related branches found
No related tags found
No related merge requests found
......@@ -178,10 +178,6 @@ int InternetHelper::processRelocation(const HTTPResponse &response,
/** Performs a request using http or https depending on the url
* @param url the address to the network resource
* @param responseStream The stream to fill with the reply on success
* @param headers A optional key value pair map of any additional headers to
* include in the request.
* @param method Generally GET (default) or POST.
* @param body The request body to send.
**/
int InternetHelper::sendRequest(const std::string &url,
std::ostream &responseStream) {
......@@ -384,9 +380,6 @@ The answer, will be inserted at the local_file_path.
@param localFilePath : Provide the destination of the file downloaded at the
url_file.
@param headers [optional] : A key value pair map of any additional headers to
include in the request.
@exception Mantid::Kernel::Exception::InternetError : For any unexpected
behaviour.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment