1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

Bug 338041: Updated java-doc.

This commit is contained in:
Markus Schorn 2011-03-09 15:20:30 +00:00
parent 92a74d69df
commit 72a30d6b6c

View file

@ -184,8 +184,9 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IAdaptabl
public int getPreprocessorProblemsCount(); public int getPreprocessorProblemsCount();
/** /**
* Returns the translation unit's full path. * Returns the location of the root file of this translation unit.
* @return String representation of path. * This will be the same value as returned by {@code getFileLocation().getFileName()}
* @see IASTFileLocation#getFileName()
*/ */
public String getFilePath(); public String getFilePath();