# File lib_wpm/wpm.rb, line 2622
    def make_attr_desc
      super{|attr_desc|
        if (@properties.readonly) then
          attr_desc += ' readonly="readonly"'
        end
        yield(attr_desc)
      }

      nil
    end