mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
Fixed link to documentation
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
parent
2d6140d345
commit
2070a18a5b
2 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment {
|
|||
/**
|
||||
* Customization of the default outline structure.
|
||||
*
|
||||
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline
|
||||
* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline
|
||||
*/
|
||||
public class «grammar.outlineTreeProviderClass.simpleName» extends «
|
||||
"org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider".typeRef» {
|
||||
|
@ -76,7 +76,7 @@ class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment {
|
|||
/**
|
||||
* Customization of the default outline structure.
|
||||
*
|
||||
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline
|
||||
* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline
|
||||
*/
|
||||
class «grammar.outlineTreeProviderClass.simpleName» extends «
|
||||
"org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider".typeRef» {
|
||||
|
|
|
@ -88,7 +88,7 @@ public class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment
|
|||
_builder.append("*");
|
||||
_builder.newLine();
|
||||
_builder.append(" ");
|
||||
_builder.append("* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline");
|
||||
_builder.append("* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline");
|
||||
_builder.newLine();
|
||||
_builder.append(" ");
|
||||
_builder.append("*/");
|
||||
|
@ -123,7 +123,7 @@ public class OutlineTreeProviderFragment2 extends AbstractStubGeneratingFragment
|
|||
_builder.append("*");
|
||||
_builder.newLine();
|
||||
_builder.append(" ");
|
||||
_builder.append("* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline");
|
||||
_builder.append("* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline");
|
||||
_builder.newLine();
|
||||
_builder.append(" ");
|
||||
_builder.append("*/");
|
||||
|
|
Loading…
Reference in a new issue