From 1d1e0ea686b61b505592572e72ff371d256a5011 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 21 Jul 2010 00:06:23 +0200 Subject: [PATCH] comments for XMLUtils... --- src/oca/ruby/OpenNebula/XMLUtils.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/oca/ruby/OpenNebula/XMLUtils.rb b/src/oca/ruby/OpenNebula/XMLUtils.rb index d1dbeb33ed..5ea7f76892 100644 --- a/src/oca/ruby/OpenNebula/XMLUtils.rb +++ b/src/oca/ruby/OpenNebula/XMLUtils.rb @@ -16,11 +16,13 @@ module OpenNebula end ########################################################################### - # The XMLUtilsElement module provides an abstraction of the underlying - # XML parser engine. It provides XML-related methods for the Pool Elements + # The XMLElement class provides an abstraction of the underlying + # XML parser engine. It provides XML-related methods for the Pool and + # PoolElement classes ########################################################################### class XMLElement + # xml:: _opaque xml object_ an xml object as returned by build_xml def initialize(xml=nil) @xml = xml end