1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Adjusted JavaDoc.

This commit is contained in:
Sergey Prigogin 2016-01-01 19:01:29 -08:00
parent 2a4cb495b5
commit 604f391865

View file

@ -164,9 +164,9 @@ public interface ICPPEvaluation extends ISerializableEvaluation {
boolean referencesTemplateParameter();
/**
* If the evaluation is dependent (or instantiated from a dependent
* evaluation), returns the template definition in which the
* evaluation occurs. Otherwise returns null.
* If the evaluation is dependent (or instantiated from a dependent evaluation),
* returns the template definition in which the evaluation occurs.
* Otherwise returns {@code null}.
*/
IBinding getTemplateDefinition();
}