# File lib/rdoc/markup/to_rdoc.rb, line 92
  def accept_list_end list
    @list_index.pop
    @list_type.pop
    @list_width.pop
  end