diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTName.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTName.java index 2c08e411da3..03b3a2b7b63 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTName.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTName.java @@ -85,9 +85,8 @@ public interface IASTName extends IASTNode, IName { * an argument to a macro expansion or is (part of) a macro definition found in the source code. *
* The image location is null
, when the name consists of multiple tokens (qualified names)
- * and the tokens are not found side by side in the code or if
- * the name is the result of a token-paste operation or the name is found in the definition of a
- * built-in macro.
+ * and the tokens are not found side by side in the code, or if the name is the result of
+ * a token-paste operation or the name is found in the definition of a built-in macro.
* @since 5.0
*/
public IASTImageLocation getImageLocation();