Cleared up docs a bit of XML::Node.

This commit is contained in:
Yorick Peterse 2014-07-01 10:03:04 +02:00
parent 30845e3d65
commit 4e2b7f529d
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
module Oga
module XML
##
# A single, generic XML node that can have a parent, next, previous and
# child nodes.
# A generic XML node. Instances of this class can belong to a
# {Oga::XML::NodeSet} and can be used to query surrounding and parent
# nodes.
#
# @!attribute [rw] node_set
# @return [Oga::XML::NodeSet]