# File control/DocumentTable/DocumentTable.rb, line 81
  def has_comment?
    @entry[:params].comment ? true : false
  end