From 72a30d6b6cf5a4cc64d6a46541c6ab30aef21ce9 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Wed, 9 Mar 2011 15:20:30 +0000 Subject: [PATCH] Bug 338041: Updated java-doc. --- .../org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java index 0769b2ab85a..6226a856945 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java @@ -184,8 +184,9 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IAdaptabl public int getPreprocessorProblemsCount(); /** - * Returns the translation unit's full path. - * @return String representation of path. + * Returns the location of the root file of this translation unit. + * This will be the same value as returned by {@code getFileLocation().getFileName()} + * @see IASTFileLocation#getFileName() */ public String getFilePath();