Index: parser.h
===================================================================
--- parser.h	(revision 518)
+++ parser.h	(revision 519)
@@ -50,6 +50,7 @@
 ##separator##. No memory allocation will be done by this functions.
 First occurence of ##separator## is used (left cut).
 Return true (##i##+1) if ##str## was cut, where ##i## is the separator position.
+Return false (##0##) otherwise (and then ##part1## is a copy of ##str##).
 **/
 
 __rayapi void raydium_parser_replace (char *str, char what, char with);