From: Bob Halley Date: Fri, 3 Jul 2020 02:06:49 +0000 (-0700) Subject: Document some parser_from_wire() methods. X-Git-Tag: v2.0.0rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc775a28a3f698b8f6d4b62de6281df69bde964;p=thirdparty%2Fdnspython.git Document some parser_from_wire() methods. --- diff --git a/doc/message-edns.rst b/doc/message-edns.rst index ce4f2f81..7317a023 100644 --- a/doc/message-edns.rst +++ b/doc/message-edns.rst @@ -30,4 +30,5 @@ will create a ``dns.edns.ECSOption`` object to represent it. :members: .. autofunction:: dns.edns.get_option_class +.. autofunction:: dns.edns.option_from_wire_parser .. autofunction:: dns.edns.option_from_wire diff --git a/doc/name-make.rst b/doc/name-make.rst index 1c23d8d6..866b194e 100644 --- a/doc/name-make.rst +++ b/doc/name-make.rst @@ -5,4 +5,5 @@ Making DNS Names .. autofunction:: dns.name.from_text .. autofunction:: dns.name.from_unicode +.. autofunction:: dns.name.from_wire_parser .. autofunction:: dns.name.from_wire diff --git a/doc/rdata-make.rst b/doc/rdata-make.rst index eb31db08..f7bf47f5 100644 --- a/doc/rdata-make.rst +++ b/doc/rdata-make.rst @@ -4,4 +4,5 @@ Making DNS Rdata ---------------- .. autofunction:: dns.rdata.from_text +.. autofunction:: dns.rdata.from_wire_parser .. autofunction:: dns.rdata.from_wire