Improved comments

This commit is contained in:
Jeremy Ruston 2011-11-22 18:48:47 +00:00
parent d490e1543d
commit 84bcd0dd44
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
/*
Parse a space-separated string of name:value parameters
Parse a space-separated string of name:value parameters. Values can be quoted with single quotes, double quotes,
double square brackets, or double curly braces.
The parameters are returned in a structure that can be referenced like this:
(return).byName["name"][0] - First occurance of parameter with a given name