1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

Bug 567488: Add missing @since tags and bump version

Change-Id: Ib1918a41f939907777fe7729a40fc55e51e33c7c
This commit is contained in:
Jonah Graham 2020-11-16 14:04:51 -05:00
parent 7a106097e0
commit 4213379279
6 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true
Bundle-Version: 1.3.100.qualifier Bundle-Version: 1.4.0.qualifier
Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,

View file

@ -16,6 +16,7 @@ package org.eclipse.cdt.cmake.core.properties;
* makefile (build-script) processor that builds from the generated script. * makefile (build-script) processor that builds from the generated script.
* *
* @author Martin Weber * @author Martin Weber
* @since 1.4
*/ */
public enum CMakeGenerator { public enum CMakeGenerator {
/* /*

View file

@ -20,6 +20,7 @@ import java.util.List;
* *
* @noimplement This interface is not intended to be implemented by clients. * @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients. * @noextend This interface is not intended to be extended by clients.
* @since 1.4
*/ */
public interface ICMakeProperties { public interface ICMakeProperties {

View file

@ -17,6 +17,7 @@ import java.io.IOException;
* Responsible for loading and persisting {@code ICMakeProperties} objects. * Responsible for loading and persisting {@code ICMakeProperties} objects.
* *
* @author Martin Weber * @author Martin Weber
* @since 1.4
*/ */
public interface ICMakePropertiesController { public interface ICMakePropertiesController {

View file

@ -18,6 +18,7 @@ package org.eclipse.cdt.cmake.core.properties;
* *
* @noimplement This interface is not intended to be implemented by clients. * @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients. * @noextend This interface is not intended to be extended by clients.
* @since 1.4
*/ */
public interface IGeneralProperties { public interface IGeneralProperties {

View file

@ -18,6 +18,7 @@ import java.util.List;
* specific OS. * specific OS.
* *
* @author Martin Weber * @author Martin Weber
* @since 1.4
*/ */
public interface IOsOverrides { public interface IOsOverrides {