From 61e5a9de3eb4915c014f0762788b14fe874358f8 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Thu, 24 Sep 2009 02:02:36 +0000 Subject: [PATCH] JavaDoc complain fixed --- .../makegen/gnu/DefaultGCCDependencyCalculator2Commands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/gnu/DefaultGCCDependencyCalculator2Commands.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/gnu/DefaultGCCDependencyCalculator2Commands.java index 7333ea47251..841184009c8 100755 --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/gnu/DefaultGCCDependencyCalculator2Commands.java +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/gnu/DefaultGCCDependencyCalculator2Commands.java @@ -137,7 +137,7 @@ public class DefaultGCCDependencyCalculator2Commands implements * working directory for the tool. This IPath is relative to the * project directory. * - * @see DefaultGCCDependencyCalculator2Commands(IPath source, IResource resource, IBuildObject buildContext, ITool tool, IPath topBuildDirectory) + * @see #DefaultGCCDependencyCalculator2Commands(IPath source, IResource resource, IBuildObject buildContext, ITool tool, IPath topBuildDirectory) */ public DefaultGCCDependencyCalculator2Commands(IPath source, IBuildObject buildContext, ITool tool, IPath topBuildDirectory) { @@ -177,7 +177,7 @@ public class DefaultGCCDependencyCalculator2Commands implements } if( buildContext instanceof IResourceConfiguration || needExplicitRuleForFile ) { IPath outPath = getDependencyFiles()[0]; - // -MT"dependecy-file-name" + // -MT"dependency-file-name" String optTxt = "-MT\"" + outPath.toString() + "\""; //$NON-NLS-1$ //$NON-NLS-2$ options[3] = optTxt; } else {