lib/ctioga2/commands/variables.rb in ctioga2-0.0 vs lib/ctioga2/commands/variables.rb in ctioga2-0.1

- old
+ new

@@ -14,11 +14,11 @@ require 'ctioga2/utils' require 'ctioga2/commands/strings' module CTioga2 - Version::register_svn_info('$Revision: 2 $', '$Date: 2009-04-25 14:03:30 +0200 (Sat, 25 Apr 2009) $') + Version::register_svn_info('$Revision: 155 $', '$Date: 2010-06-21 21:41:32 +0200 (Mon, 21 Jun 2010) $') module Commands class RecursiveExpansion < Exception end @@ -41,10 +41,10 @@ # variable is expanded, and not at the moment of its definition # as before. They are defined by # variable = value # They are stored in the form on an InterpreterString # - # TODO: The variables system should automatically transform + # \todo The variables system should automatically transform # recursive variables into immediate ones when there is no # variables replacement text. class Variables # A hash "variable name" => String or InterpreterString