Update documentation.
This commit is contained in:
parent
0a6ca7f565
commit
3905857e98
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue