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











                                                                     
package scala.tools.nsc.doc

import scala.collection._


trait Index {

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

  def firstLetterIndex: Map[Char, SymbolMap]

}