From 5593bc6a0ccfd62c3de40d40742d2ffbc8c7cb5b Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Wed, 15 Jul 2009 06:54:32 +0000 Subject: [PATCH] Fixes javadoc. --- .../parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java index 9013a697a8a..1d4de605026 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/INodeFactory.java @@ -56,7 +56,7 @@ public interface INodeFactory { /** * Creates a new translation unit that cooperates with the given scanner in order * to track macro-expansions and location information. - * @scanner the preprocessor the translation unit interacts with. + * @param scanner the preprocessor the translation unit interacts with. * @since 5.2 */ public IASTTranslationUnit newTranslationUnit(IScanner scanner); @@ -174,7 +174,7 @@ public interface INodeFactory { * provided by the scanner for this translation unit. * May throw an exception when the node provided was not created by this factory. * @param node a node created by this factory - * @offset the offset (inclusive) for the node + * @param offset the offset (inclusive) for the node * @param endOffset the end offset (exclusive) for the node * @see #newTranslationUnit(IScanner) * @since 5.2