mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
[#1343] Fix invalid link in javadoc.
Signed-off-by: Tamas Miklossy <miklossy@itemis.de>
This commit is contained in:
parent
c241b743d8
commit
3641ec9a97
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
|
||||
* Copyright (c) 2017, 2020 TypeFox GmbH (http://www.typefox.io) and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -21,7 +21,7 @@ import org.eclipse.xtext.util.ITextRegion;
|
|||
* <ol>
|
||||
* <li>the result has a valid strictly alternating sequence of {@link IHiddenRegion}s and {@link ISemanticRegion}s.</li>
|
||||
* <li>{@link IComment}s are appropriately handled according to how associated {@link ISemanticRegion} are modified. See
|
||||
* {@link IHiddenRegionPartMerger} to customize this behavior.</li>
|
||||
* {@link IHiddenRegionPartAssociator} to customize this behavior.</li>
|
||||
* <li>The order in which methods of this service are called does not impact the result, except for insertions.</li>
|
||||
* </ol>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue