From cfa9c965dd102c82fb2afb3632f55ca176cf4522 Mon Sep 17 00:00:00 2001 From: Marenz Date: Sat, 18 Sep 2010 21:37:26 +0200 Subject: [PATCH] fixed comments --- include/psyc/parser.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/include/psyc/parser.h b/include/psyc/parser.h index 961de00..6718754 100644 --- a/include/psyc/parser.h +++ b/include/psyc/parser.h @@ -6,9 +6,12 @@ * advances the cursor after the variable, * writes the variables name, value and their * lengths in the corresponding out parameters - * and returns 0 or an errorcode. + * and returns 0 or an errorcode. * - * + * Note that a return value of 3 does + * not exclude the possibility of + * the variable related parameters being + * filled. * * * @param data pointer to the packet data @@ -32,7 +35,7 @@ * body/entity section, but leaves * the other out parameters invalid. * 3 the packet is complete. - * >2 on a context error, + * >3 on a context error, * <0 on a parsing error. * This invalidates all but the cursor * out paramater. */ @@ -135,4 +138,3 @@ int PSYC_parseOpenBody2( -//#include