comparison ui/sslconnection_bare.h @ 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 2a1aa9df8f11
children
comparison
equal deleted inserted replaced
1303:78637257f547 1304:82fab0c689bf
84 * @brief parses the Headers of a repsonse. 84 * @brief parses the Headers of a repsonse.
85 * 85 *
86 * This removes the headers from the byte array passed as 86 * This removes the headers from the byte array passed as
87 * parameter. 87 * parameter.
88 * 88 *
89 * @param[inout] data: The response to parse. 89 * @param[in,out] data: The response to parse.
90 * 90 *
91 * @returns: A map of the header fields. Or an empty map on error. 91 * @returns: A map of the header fields. Or an empty map on error.
92 */ 92 */
93 QMap<QString, QString> parseHeaders(QByteArray *data); 93 QMap<QString, QString> parseHeaders(QByteArray *data);
94 94

http://wald.intevation.org/projects/trustbridge/