Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-12-08 13:33:11 +0000
committerDarin Wright2005-12-08 13:33:11 +0000
commit6b4d5be5becd6d41ad3da8979d372690c192c36d (patch)
treeab0c1164e3416b19b244b0a1918b4395739e63fe /org.eclipse.debug.ui
parent8cfcce4d9a45cabe8a21de5a2c5a7101c5233179 (diff)
downloadeclipse.platform.debug-6b4d5be5becd6d41ad3da8979d372690c192c36d.tar.gz
eclipse.platform.debug-6b4d5be5becd6d41ad3da8979d372690c192c36d.tar.xz
eclipse.platform.debug-6b4d5be5becd6d41ad3da8979d372690c192c36d.zip
javadoc errors
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java
index beed86e61..c48dee994 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IInstructionPointerPresentation.java
@@ -31,8 +31,8 @@ public interface IInstructionPointerPresentation extends IDebugModelPresentation
* By default, the debug platform uses different annotations for top stack
* frames and non-top stack frames in a thread. The default platform annotations
* are contributed as <code>markerAnnotationSpecification</code> extensions with
- * the identifiers {@link IDebugUIConstants.ANNOTATION_INSTRUCTION_POINTER_CURRENT}
- * and @link {@link IDebugUIConstants.ANNOTAION_INSTRUCTION_POINTER_SECONDARY}.
+ * the identifiers <code>IDebugUIConstants.ANNOTATION_INSTRUCTION_POINTER_CURRENT</code>
+ * and <code>IDebugUIConstants.ANNOTAION_INSTRUCTION_POINTER_SECONDARY</code>.
* </p>
* @param editorPart the editor the debugger has opened
* @param frame the stack frame for which the debugger is displaying

Back to the top