mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 540373: Remove invalid javadoc API tags
Change-Id: I240bbe08666b89861fe132c6384174be7883c022
This commit is contained in:
parent
f70a8b35c1
commit
c5c5412f8d
4 changed files with 0 additions and 6 deletions
|
@ -21,7 +21,6 @@ import org.eclipse.core.runtime.preferences.IEclipsePreferences;
|
|||
* An event object describing the details of a change to a preference
|
||||
* in the preference store.
|
||||
*
|
||||
* @noextend This class is not intended to be extended by clients.
|
||||
* @since 2.0
|
||||
* @deprecated use {@link IEclipsePreferences} change listener event instead.
|
||||
*/
|
||||
|
|
|
@ -15,9 +15,6 @@ package org.eclipse.cdt.dsf.ui.viewmodel.properties;
|
|||
|
||||
import org.eclipse.osgi.util.NLS;
|
||||
|
||||
/**
|
||||
* @noinstantiate This class is not intended to be instantiated by clients.
|
||||
*/
|
||||
class MessagesForProperties extends NLS {
|
||||
public static String DefaultLabelMessage_label;
|
||||
public static String PropertiesUpdateStatus_message;
|
||||
|
|
|
@ -28,7 +28,6 @@ import org.eclipse.debug.core.ILaunch;
|
|||
* The code can call {@link #isTraitOf(DsfSession)} to know whether or know the
|
||||
* session (i.e. running LLDB) has that trait.
|
||||
*
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
* @noreference This enum is not intended to be referenced by clients.
|
||||
*/
|
||||
public enum LLDBTrait {
|
||||
|
|
|
@ -36,7 +36,6 @@ import org.osgi.framework.BundleContext;
|
|||
* The main plugin class to be used in the desktop.
|
||||
*
|
||||
* @noextend This class is not intended to be subclassed by clients.
|
||||
* @noimplement This class is not intended to be instantiated by clients.
|
||||
*/
|
||||
public class LlvmUIPlugin extends AbstractUIPlugin {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue