fixed compiling warning for invalid comments

This commit is contained in:
shuxin   zheng 2020-07-03 15:09:45 +08:00
parent 3e15a68dc4
commit 5a75632cca

View File

@ -195,7 +195,7 @@ public:
/**
* HTTP Xml
* @param buf {const xml&}
* @param body {const xml&}
* @param charset {const char*}
* @return {bool} false
*/
@ -203,7 +203,7 @@ public:
/**
* HTTP Json
* @param buf {const json&}
* @param body {const json&}
* @param charset {const char*}
* @return {bool} false
*/