mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Comment adjustment.
This commit is contained in:
parent
7ce55b165b
commit
ff3ee6ba99
1 changed files with 2 additions and 3 deletions
|
@ -85,9 +85,8 @@ public interface IASTName extends IASTNode, IName {
|
||||||
* an argument to a macro expansion or is (part of) a macro definition found in the source code.
|
* an argument to a macro expansion or is (part of) a macro definition found in the source code.
|
||||||
* <p>
|
* <p>
|
||||||
* The image location is <code>null</code>, when the name consists of multiple tokens (qualified names)
|
* The image location is <code>null</code>, when the name consists of multiple tokens (qualified names)
|
||||||
* and the tokens are not found side by side in the code or if
|
* and the tokens are not found side by side in the code, or if the name is the result of
|
||||||
* the name is the result of a token-paste operation or the name is found in the definition of a
|
* a token-paste operation or the name is found in the definition of a built-in macro.
|
||||||
* built-in macro.
|
|
||||||
* @since 5.0
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public IASTImageLocation getImageLocation();
|
public IASTImageLocation getImageLocation();
|
||||||
|
|
Loading…
Add table
Reference in a new issue