1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 12:55:40 +02:00

Deprecated IParserConfiguration.

This commit is contained in:
Sergey Prigogin 2013-07-25 15:16:32 -07:00
parent 2459b7aa0c
commit 4c31111e8e

View file

@ -19,7 +19,9 @@ import org.eclipse.cdt.core.parser.IScannerInfo;
* @author jcamelon * @author jcamelon
* @noextend This interface is not intended to be extended by clients. * @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients. * @noimplement This interface is not intended to be implemented by clients.
* @deprecated Used only by other deprecated interfaces
*/ */
@Deprecated
public interface IParserConfiguration { public interface IParserConfiguration {
/** /**
* @return IScannerInfo representing the build information required to parse. * @return IScannerInfo representing the build information required to parse.