1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00

comment added

This commit is contained in:
Andrew Gvozdev 2009-08-23 21:05:11 +00:00
parent 90300f0889
commit ed6c9d4322

View file

@ -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
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -11,6 +11,9 @@
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 {
/**
* Finds error or warnings on the given line