mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Comment adjustment.
This commit is contained in:
parent
0a51630f81
commit
8eb53df381
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* QNX - Initial API and implementation
|
* QNX - Initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.core.pdom.dom;
|
package org.eclipse.cdt.internal.core.pdom.dom;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.CoreException;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface for any element in the PDOM that can have the same name as a
|
* Interface for any element in the PDOM that can have the same name as
|
||||||
* sibling, but differ in other ways (i.e. function parameters, template
|
* a sibling, but differ in other ways (i.e. function parameters, template
|
||||||
* arguments).
|
* arguments).
|
||||||
*
|
*
|
||||||
* @author Bryan Wilkinson
|
* @author Bryan Wilkinson
|
||||||
|
|
Loading…
Add table
Reference in a new issue