Update documentation.
This commit is contained in:
parent
0a6ca7f565
commit
3905857e98
|
@ -63,9 +63,9 @@ struct csxml {
|
||||||
/// entities inline.
|
/// entities inline.
|
||||||
int expandEntities;
|
int expandEntities;
|
||||||
|
|
||||||
/// Current line (from 0, starts from last restart marker).
|
/// Current line (from 0).
|
||||||
int line;
|
int line;
|
||||||
/// Current column (from 0, starts from last restart marker).
|
/// Current column (from 0).
|
||||||
int col;
|
int col;
|
||||||
|
|
||||||
/// List of attribute names for current element.
|
/// List of attribute names for current element.
|
||||||
|
|
Loading…
Reference in New Issue