1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +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();
/**
* 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();