AsyncCallEnter \
AsyncCallExit \
CBDATA_CLASS2 \
- MEMPROXY_CLASS_INLINE
+ MEMPROXY_CLASS_INLINE \
+ MEMPROXY_CLASS
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone
/**
* Parses a quoted-string field (RFC 2616 section 2.2), complains if
* something went wrong, returns non-zero on success.
- * start should point at the first ".
+ * start should point at the first double-quote.
* RC TODO: This is too looose. We should honour the BNF and exclude CTL's
*/
int
-httpHeaderParseQuotedString (const char *start, String *val)
+httpHeaderParseQuotedString(const char *start, String *val)
{
const char *end, *pos;
val->clean();