mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[489133] Fix link to QuickFix docs
Change-Id: Ie5c5527041f30f9f0ea9e4a2a4c3ae1f987b190f Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
parent
dcd274fd07
commit
752959b238
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ class QuickfixProviderFragment2 extends AbstractInheritingFragment {
|
|||
/**
|
||||
* Custom quickfixes.
|
||||
*
|
||||
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#quick-fixes
|
||||
* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#quick-fixes
|
||||
*/
|
||||
class «grammar.quickfixProviderClass.simpleName» extends «grammar.quickfixProviderSuperClass» {
|
||||
|
||||
|
@ -133,7 +133,7 @@ class QuickfixProviderFragment2 extends AbstractInheritingFragment {
|
|||
/**
|
||||
* Custom quickfixes.
|
||||
*
|
||||
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#quick-fixes
|
||||
* See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#quick-fixes
|
||||
*/
|
||||
public class «grammar.quickfixProviderClass.simpleName» extends «grammar.quickfixProviderSuperClass» {
|
||||
|
||||
|
|
Loading…
Reference in a new issue