From ed6c9d4322776cd2e34b0c46009540f266ff76b1 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Sun, 23 Aug 2009 21:05:11 +0000 Subject: [PATCH] comment added --- .../src/org/eclipse/cdt/core/IErrorParser.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IErrorParser.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IErrorParser.java index 65387cccf54..9693d7f4177 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IErrorParser.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IErrorParser.java @@ -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