mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Cosmetics.
This commit is contained in:
parent
ccf74d51d0
commit
4d2a4b2d7c
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* John Camelon (IBM) - Initial API and implementation
|
* John Camelon (IBM) - Initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.core.dom.ast.cpp;
|
package org.eclipse.cdt.core.dom.ast.cpp;
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@ import org.eclipse.cdt.core.dom.ast.IScope;
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
*/
|
*/
|
||||||
public interface ICPPASTWhileStatement extends IASTWhileStatement {
|
public interface ICPPASTWhileStatement extends IASTWhileStatement {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* In C++ conditions can be declarations w/side effects.
|
* In C++ conditions can be declarations w/side effects.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue