Update documentation.

This commit is contained in:
Laurence Withers 2007-01-05 12:04:56 +00:00
parent 0a6ca7f565
commit 3905857e98
1 changed files with 2 additions and 2 deletions

View File

@ -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.