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 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]