From 3905857e98786321df54f24be1c3d2fc56814d08 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 5 Jan 2007 12:04:56 +0000 Subject: [PATCH] Update documentation. --- src/libCStreamedXML/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCStreamedXML/types.h b/src/libCStreamedXML/types.h index 16a6ced..60e5629 100644 --- a/src/libCStreamedXML/types.h +++ b/src/libCStreamedXML/types.h @@ -63,9 +63,9 @@ struct csxml { /// entities inline. int expandEntities; - /// Current line (from 0, starts from last restart marker). + /// Current line (from 0). int line; - /// Current column (from 0, starts from last restart marker). + /// Current column (from 0). int col; /// List of attribute names for current element.