mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Deprecated IParserConfiguration.
This commit is contained in:
parent
2459b7aa0c
commit
4c31111e8e
1 changed files with 2 additions and 0 deletions
|
@ -19,7 +19,9 @@ import org.eclipse.cdt.core.parser.IScannerInfo;
|
|||
* @author jcamelon
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
* @deprecated Used only by other deprecated interfaces
|
||||
*/
|
||||
@Deprecated
|
||||
public interface IParserConfiguration {
|
||||
/**
|
||||
* @return IScannerInfo representing the build information required to parse.
|
||||
|
|
Loading…
Add table
Reference in a new issue