mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Adjusted JavaDoc.
This commit is contained in:
parent
0cecd403cb
commit
fdebc23ebe
1 changed files with 5 additions and 3 deletions
|
@ -180,9 +180,11 @@ public interface ICProjectDescriptionManager {
|
||||||
/**
|
/**
|
||||||
* @see ICProjectDescriptionManager#createProjectDescription(IProject, boolean)
|
* @see ICProjectDescriptionManager#createProjectDescription(IProject, boolean)
|
||||||
* @param project
|
* @param project
|
||||||
* @param flags
|
* @param flags some combination of {@link #GET_WRITABLE}, {@link #GET_IF_LOADDED},
|
||||||
* @return {@link ICProjectDescription} or null if the project does not contain the
|
* {@link #GET_EMPTY_PROJECT_DESCRIPTION}, {@link #GET_CREATE_DESCRIPTION},
|
||||||
* CDT data associated with it.
|
* and {@link #PROJECT_CREATING}
|
||||||
|
* @return {@link ICProjectDescription} or {@code null} if the project does not contain
|
||||||
|
* the CDT data associated with it.
|
||||||
*/
|
*/
|
||||||
ICProjectDescription getProjectDescription(IProject project, int flags);
|
ICProjectDescription getProjectDescription(IProject project, int flags);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue