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

      nil
    end