Skip to content
Snippets Groups Projects
Commit dae280dd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Need to escape backslashes in JSDOC strings

parent abaf30f3
Branches
Tags
No related merge requests found
......@@ -2759,8 +2759,8 @@ static const char* file_prop_desc[] = {
,"calculated 160-bit SHA1 digest of file contents as hexadecimal string - <small>READ ONLY</small>"
,"calculated 160-bit SHA1 digest of file contents as base64-encoded string - <small>READ ONLY</small>"
,"ini style: minimum key length (for left-justified white-space padded keys)"
,"ini style: key prefix (e.g. '\t', null = default prefix)"
,"ini style: section separator (e.g. '\n', null = default separator)"
,"ini style: key prefix (e.g. '\\t', null = default prefix)"
,"ini style: section separator (e.g. '\\n', null = default separator)"
,"ini style: value separator (e.g. ' = ', null = default separator)"
,"ini style: bit separator (e.g. ' | ', null = default separator)"
,"ini style: literal separator (null = default separator)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment