export interface NgDocPathAnchor {
    path: string;
    anchor: string;
}
