pub type DocIndex = HashMap<DocKey, DocEntry>;
Pre-built documentation index from solc contract output.
Keyed by DocKey for type-safe lookup from AST nodes.
DocKey
pub struct DocIndex { /* private fields */ }