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:
parent
92a74d69df
commit
72a30d6b6c
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue