blob: a5aa66687ba0943c7c5826b8a0c3aeed1995ed03 [file] [log] [blame]
package com.intellij.codeInsight.documentation;
import org.jetbrains.annotations.NonNls;
public interface DocumentationManagerProtocol {
@NonNls String PSI_ELEMENT_PROTOCOL = "psi_element://";
@NonNls String DOC_ELEMENT_PROTOCOL = "doc_element://";
}