lib/w3clove/message.rb in w3clove-0.3.0 vs lib/w3clove/message.rb in w3clove-0.3.1

- old
+ new

@@ -2,14 +2,9 @@ module W3Clove ## # A message holds a message_id, a line, a text and a type # - # message_id... corresponds to the W3C messages list from - # http://validator.w3.org/docs/errors.html - # line......... line number where the error was detected - # on the page that created it - # text......... generic but descriptive text about the error - # type......... can be :error or :warning - # + # See the W3C message explanation list on + # http://validator.w3.org/docs/errors.html Message = Struct.new(:message_id, :line, :text, :type) end \ No newline at end of file