mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Correct @since tags
Since tags should be major + minor only. maintenance releases can't change API which is why it doesn't need to be specified.
This commit is contained in:
parent
e204bee657
commit
b577257db1
4 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ import org.eclipse.core.runtime.Status;
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Martin Weber
|
* @author Martin Weber
|
||||||
* @since 1.5.0
|
* @since 1.5
|
||||||
*/
|
*/
|
||||||
public class CMakeErrorParser implements AutoCloseable {
|
public class CMakeErrorParser implements AutoCloseable {
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ import org.eclipse.core.runtime.Status;
|
||||||
* Default implementation of {@code ICMakeExecutionMarkerFactory}.
|
* Default implementation of {@code ICMakeExecutionMarkerFactory}.
|
||||||
*
|
*
|
||||||
* @author Martin Weber
|
* @author Martin Weber
|
||||||
* @since 1.5.0
|
* @since 1.5
|
||||||
*/
|
*/
|
||||||
public class CMakeExecutionMarkerFactory implements ICMakeExecutionMarkerFactory {
|
public class CMakeExecutionMarkerFactory implements ICMakeExecutionMarkerFactory {
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ import org.eclipse.core.runtime.CoreException;
|
||||||
* build.
|
* build.
|
||||||
*
|
*
|
||||||
* @author Martin Weber
|
* @author Martin Weber
|
||||||
* @since 1.5.0
|
* @since 1.5
|
||||||
*/
|
*/
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
public interface ICMakeExecutionMarkerFactory {
|
public interface ICMakeExecutionMarkerFactory {
|
||||||
|
|
|
@ -20,7 +20,7 @@ import org.eclipse.cdt.core.ConsoleOutputStream;
|
||||||
* Intercepts output to a console output stream and forwards it to a CMakeErrorParser for processing.
|
* Intercepts output to a console output stream and forwards it to a CMakeErrorParser for processing.
|
||||||
*
|
*
|
||||||
* @author Martin Weber
|
* @author Martin Weber
|
||||||
* @since 1.5.0
|
* @since 1.5
|
||||||
*/
|
*/
|
||||||
public class ParsingConsoleOutputStream extends ConsoleOutputStream {
|
public class ParsingConsoleOutputStream extends ConsoleOutputStream {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue