1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Adjusted JavaDoc.

This commit is contained in:
Sergey Prigogin 2013-06-21 17:08:18 -07:00
parent 0cecd403cb
commit fdebc23ebe

View file

@ -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);