1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[245313] Cleanup javadoc and add api filter

This commit is contained in:
Anton Leherbauer 2008-10-31 07:43:56 +00:00
parent f7eb3abbdd
commit 6d0237281f
3 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.dd.dsf.ui" version="2">
<resource path="src/org/eclipse/dd/dsf/ui/viewmodel/AbstractVMAdapter.java" type="org.eclipse.dd.dsf.ui.viewmodel.AbstractVMAdapter">
<filter id="338792546">
<message_arguments>
<message_argument value="org.eclipse.dd.dsf.ui.viewmodel.AbstractVMAdapter"/>
<message_argument value="getVMProviderIterable()"/>
</message_arguments>
</filter>
</resource>
</component>

View file

@ -78,8 +78,7 @@ abstract public class AbstractVMAdapter implements IVMAdapterExtension
} }
/** /**
* Enumerate the VM providers. * {@inheritDoc}
* @return An instance of {@link Iterable<IVMProvider>}
* *
* @since 1.1 * @since 1.1
*/ */

View file

@ -11,7 +11,7 @@
package org.eclipse.dd.dsf.ui.viewmodel; package org.eclipse.dd.dsf.ui.viewmodel;
/** /**
* Extension to the IVMAdapter interface which allows access to the arra of active * Extension to the IVMAdapter interface which allows access to the array of active
* providers. * providers.
* *
* @since 1.1 * @since 1.1