mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +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>
|
||||
*
|
||||
* @author Martin Weber
|
||||
* @since 1.5.0
|
||||
* @since 1.5
|
||||
*/
|
||||
public class CMakeErrorParser implements AutoCloseable {
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.eclipse.core.runtime.Status;
|
|||
* Default implementation of {@code ICMakeExecutionMarkerFactory}.
|
||||
*
|
||||
* @author Martin Weber
|
||||
* @since 1.5.0
|
||||
* @since 1.5
|
||||
*/
|
||||
public class CMakeExecutionMarkerFactory implements ICMakeExecutionMarkerFactory {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.eclipse.core.runtime.CoreException;
|
|||
* build.
|
||||
*
|
||||
* @author Martin Weber
|
||||
* @since 1.5.0
|
||||
* @since 1.5
|
||||
*/
|
||||
@FunctionalInterface
|
||||
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.
|
||||
*
|
||||
* @author Martin Weber
|
||||
* @since 1.5.0
|
||||
* @since 1.5
|
||||
*/
|
||||
public class ParsingConsoleOutputStream extends ConsoleOutputStream {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue