Mercurial > trustbridge
diff ui/downloader_win.cpp @ 1304:82fab0c689bf 0.9.3
Fix doxygen syntax error. Change inout to in,out
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 29 Sep 2014 16:42:06 +0200 |
parents | 09bb19e5e369 |
children |
line wrap: on
line diff
--- a/ui/downloader_win.cpp Mon Sep 29 16:38:09 2014 +0200 +++ b/ui/downloader_win.cpp Mon Sep 29 16:42:06 2014 +0200 @@ -126,7 +126,7 @@ /** @brief open a session with appropriate proxy settings * - * @param[inout] *pHSession pointer to a HInternet structure + * @param[in,out] *pHSession pointer to a HInternet structure * * On error call getLastError to get extended error information. * @@ -190,7 +190,7 @@ /** @brief initialize a connection in the session * * @param[in] HSession the session to work in. - * @param[inout] *pHConnect pointer to the connection. + * @param[in,out] *pHConnect pointer to the connection. * @param[in] url pointer to the URL in wchar representation. * * On error call getLastError to get extended error information. @@ -216,7 +216,7 @@ * * @param[in] HSession the session to work in. * @param[in] HConnect the connection to use. - * @param[inout] *pHRequest pointer to the request structure to be filled. + * @param[in,out] *pHRequest pointer to the request structure to be filled. * @param[in] requestType the HTTP request to be made default is GET * @param[in] resource pointer to the resource to request in wchar * representation.