1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 15:35:24 +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(); boolean referencesTemplateParameter();
/** /**
* If the evaluation is dependent (or instantiated from a dependent * If the evaluation is dependent (or instantiated from a dependent evaluation),
* evaluation), returns the template definition in which the * returns the template definition in which the evaluation occurs.
* evaluation occurs. Otherwise returns null. * Otherwise returns {@code null}.
*/ */
IBinding getTemplateDefinition(); IBinding getTemplateDefinition();
} }