mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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();
|
||||
|
||||
/**
|
||||
* 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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue