diff options
Diffstat (limited to 'libxml2/include/libxml/entities.h')
-rw-r--r-- | libxml2/include/libxml/entities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libxml2/include/libxml/entities.h b/libxml2/include/libxml/entities.h index cefb97f78..1e9118975 100644 --- a/libxml2/include/libxml/entities.h +++ b/libxml2/include/libxml/entities.h @@ -58,7 +58,8 @@ struct _xmlEntity { int owner; /* does the entity own the childrens */ int checked; /* was the entity content checked */ /* this is also used to count entites - * references done from that entity */ + * references done from that entity + * and if it contains '<' */ }; /* |