mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 07:25:23 +02:00
Adjusted JavaDoc.
This commit is contained in:
parent
2a4cb495b5
commit
604f391865
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue