1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Comment adjustment.

This commit is contained in:
Sergey Prigogin 2010-11-21 18:38:57 +00:00
parent 0a51630f81
commit 8eb53df381

View file

@ -6,15 +6,15 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* QNX - Initial API and implementation
* QNX - Initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.internal.core.pdom.dom;
import org.eclipse.core.runtime.CoreException;
/**
* Interface for any element in the PDOM that can have the same name as a
* sibling, but differ in other ways (i.e. function parameters, template
* Interface for any element in the PDOM that can have the same name as
* a sibling, but differ in other ways (i.e. function parameters, template
* arguments).
*
* @author Bryan Wilkinson