mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
5784926857
commit
48c8b4779e
3 changed files with 161 additions and 167 deletions
|
@ -114,8 +114,8 @@ public interface ICPPASTFunctionDeclarator extends IASTStandardFunctionDeclarato
|
|||
public void setTrailingReturnType(IASTTypeId typeId);
|
||||
|
||||
/**
|
||||
* Get function scope this node represents. Returns <code>null</code>, if this declarator does not
|
||||
* declare a function-prototype or function-definition.
|
||||
* Get function scope this node represents. Returns <code>null</code>, if this declarator
|
||||
* does not declare a function-prototype or function-definition.
|
||||
*/
|
||||
@Override
|
||||
public ICPPFunctionScope getFunctionScope();
|
||||
|
|
|
@ -21,7 +21,6 @@ import org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition;
|
|||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
public interface ICPPASTFunctionDefinition extends IASTFunctionDefinition {
|
||||
|
||||
/**
|
||||
* <code>MEMBER_INITIALIZER</code> is the role of a member initializer in the function definition.
|
||||
*/
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue