Skip to content

Commit dc079ab

Browse files
jeffhuenclaude
andcommitted
Unhide RustyXML.Encoder moduledoc
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 205105e commit dc079ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/rusty_xml/encoder.ex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
defmodule RustyXML.Encoder do
2-
@moduledoc false
2+
@moduledoc """
3+
Encodes XML element trees to strings or iodata.
4+
5+
This is the Saxy-compatible encoding module used by `RustyXML.encode!/2`
6+
and `encode_to_iodata/2`.
7+
"""
38

49
@doc """
510
Encode an XML element tree to a string. Raises on errors.

0 commit comments

Comments
 (0)