diff --git a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/package-info.java b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/package-info.java index 7c89a441c..4ddff7f3a 100644 --- a/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/package-info.java +++ b/org.eclipse.xtext/src/org/eclipse/xtext/formatting2/package-info.java @@ -19,11 +19,13 @@ *
To implement a formatter or to understand how to implement a formatter, see * {@link org.eclipse.xtext.formatting2.AbstractFormatter2}.
* - * @see org.eclipse.xtext.formatting2.IFormatter2 Use the IFormatter2 to invoke the formatter - * @see org.eclipse.xtext.formatting2.AbstractFormatter2 Extend the AbstractFormatter2 to implement a formatter - * @see org.eclipse.xtext.formatting2.FormatterRequest The FormatterRequest is a per-execution scoped configuration for the formatter. + *