Cleared up docs a bit of XML::Node.
This commit is contained in:
parent
30845e3d65
commit
4e2b7f529d
|
@ -1,8 +1,9 @@
|
||||||
module Oga
|
module Oga
|
||||||
module XML
|
module XML
|
||||||
##
|
##
|
||||||
# A single, generic XML node that can have a parent, next, previous and
|
# A generic XML node. Instances of this class can belong to a
|
||||||
# child nodes.
|
# {Oga::XML::NodeSet} and can be used to query surrounding and parent
|
||||||
|
# nodes.
|
||||||
#
|
#
|
||||||
# @!attribute [rw] node_set
|
# @!attribute [rw] node_set
|
||||||
# @return [Oga::XML::NodeSet]
|
# @return [Oga::XML::NodeSet]
|
||||||
|
|
Loading…
Reference in New Issue