mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
JavaDoc adjustments.
This commit is contained in:
parent
ef1eaf2b83
commit
ab594763f6
1 changed files with 2 additions and 2 deletions
|
@ -1154,8 +1154,8 @@ public class Conversions {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Composite pointer type computed as described in 5.9-2 except that if the conversion to the
|
* Composite pointer type computed as described in 5.9-2 except that if the conversion to
|
||||||
* pointer is not possible, we return null.
|
* the pointer is not possible, the method returns {@code null}.
|
||||||
*/
|
*/
|
||||||
public static IType compositePointerType(IType t1, IType t2) {
|
public static IType compositePointerType(IType t1, IType t2) {
|
||||||
final boolean isPtr1 = t1 instanceof IPointerType;
|
final boolean isPtr1 = t1 instanceof IPointerType;
|
||||||
|
|
Loading…
Add table
Reference in a new issue