Docs: make comment on Task::decode match reality
This commit is contained in:
@@ -1703,12 +1703,8 @@ const std::string Task::encode (const std::string& value) const
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Decode values after parse.
|
||||
// " <- &dquot;
|
||||
// ' <- &squot; or "
|
||||
// , <- ,
|
||||
// [ <- &open;
|
||||
// ] <- &close;
|
||||
// : <- :
|
||||
const std::string Task::decode (const std::string& value) const
|
||||
{
|
||||
if (value.find ('&') == std::string::npos)
|
||||
|
||||
Reference in New Issue
Block a user