summaryrefslogblamecommitdiff
path: root/src/compiler/scala/tools/nsc/doc/Index.scala
blob: ce44291ade6a52b36b83d1570636045bf0b035f4 (plain) (tree)
1
2
3
4
5
6
7
8






                           
                                                                   


                                            
 
package scala.tools.nsc.doc

import scala.collection._


trait Index {

  type SymbolMap = SortedMap[String, SortedSet[model.MemberEntity]]

  def firstLetterIndex: Map[Char, SymbolMap]

}