mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
comment added
This commit is contained in:
parent
90300f0889
commit
ed6c9d4322
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2000, 2006 QNX Software Systems and others.
|
* Copyright (c) 2000, 2009 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
package org.eclipse.cdt.core;
|
package org.eclipse.cdt.core;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Interface for error parser to parse build output to produce Errors, Warnings or Infos in Problems View.
|
||||||
|
*/
|
||||||
public interface IErrorParser {
|
public interface IErrorParser {
|
||||||
/**
|
/**
|
||||||
* Finds error or warnings on the given line
|
* Finds error or warnings on the given line
|
||||||
|
|
Loading…
Add table
Reference in a new issue