Commit ba8b355b authored by Gregory.Shrago's avatar Gregory.Shrago
Browse files

add @link tag for navigation

parent 8dd3a871
Showing with 1 addition and 1 deletion
+1 -1
......@@ -17,7 +17,7 @@ import java.util.concurrent.ConcurrentMap;
/**
* Provides a UI to configure internal settings of the IDE. Plugins can provide their own registry keys using the
* {@code <registryKey>} extension point (see com.intellij.openapi.util.registry.RegistryKeyBean for more details).
* {@code <registryKey>} extension point (see {@link com.intellij.openapi.util.registry.RegistryKeyBean} for more details).
*/
public class Registry {
private static Reference<ResourceBundle> ourBundle;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment