1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-08-16 18:22:06 -07:00
parent 5784926857
commit 48c8b4779e
3 changed files with 161 additions and 167 deletions

View file

@ -114,8 +114,8 @@ public interface ICPPASTFunctionDeclarator extends IASTStandardFunctionDeclarato
public void setTrailingReturnType(IASTTypeId typeId); public void setTrailingReturnType(IASTTypeId typeId);
/** /**
* Get function scope this node represents. Returns <code>null</code>, if this declarator does not * Get function scope this node represents. Returns <code>null</code>, if this declarator
* declare a function-prototype or function-definition. * does not declare a function-prototype or function-definition.
*/ */
@Override @Override
public ICPPFunctionScope getFunctionScope(); public ICPPFunctionScope getFunctionScope();

View file

@ -21,7 +21,6 @@ import org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition;
* @noimplement This interface is not intended to be implemented by clients. * @noimplement This interface is not intended to be implemented by clients.
*/ */
public interface ICPPASTFunctionDefinition extends IASTFunctionDefinition { public interface ICPPASTFunctionDefinition extends IASTFunctionDefinition {
/** /**
* <code>MEMBER_INITIALIZER</code> is the role of a member initializer in the function definition. * <code>MEMBER_INITIALIZER</code> is the role of a member initializer in the function definition.
*/ */