aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/xml/doc.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:34:18 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:34:18 +0200
commit288b45f50cd6691f19066a775b5e065cf89dc2bd (patch)
treebb2ac72e56082eae9116405ff5f61ce442ae2f56 /core/encoding/xml/doc.odin
parent248b0fe9e155e1a00a04cb7b1fc687601d401d7c (diff)
package lines for encoding
Diffstat (limited to 'core/encoding/xml/doc.odin')
-rw-r--r--core/encoding/xml/doc.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/xml/doc.odin b/core/encoding/xml/doc.odin
index 10d9f78be..8746fae02 100644
--- a/core/encoding/xml/doc.odin
+++ b/core/encoding/xml/doc.odin
@@ -1,5 +1,5 @@
/*
-XML 1.0 / 1.1 parser
+package xml implements a parser for a useful subset of the XML specification.
A from-scratch XML implementation, loosely modelled on the [[ spec; https://www.w3.org/TR/2006/REC-xml11-20060816 ]].