mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Modified description.
This commit is contained in:
parent
5a7a5616b9
commit
b26b4af40f
1 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta.schema plugin="org.eclipse.cdt.debug.mi.core" id="commandFactories" name="gdb/mi Command Factories"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
Allows the contributions of modified/extended gdb/mi command sets.
|
||||
Allows the contributions of modified gdb/mi command sets.
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
@ -113,6 +113,8 @@
|
|||
<meta.section type="examples"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
The following is an example of a command factory extension point:
|
||||
|
||||
<extension point="org.eclipse.cdt.debug.mi.core.commandFactories">
|
||||
<commandFactory
|
||||
class="org.eclipse.cdt.debug.mi.core.command.factories.win32.CygwinCommandFactory"
|
||||
|
@ -122,7 +124,6 @@
|
|||
name="CygWin"
|
||||
platforms="win32"/>
|
||||
</extension>
|
||||
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
@ -131,7 +132,7 @@
|
|||
<meta.section type="apiInfo"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
[Enter API information here.]
|
||||
Value of the attribute class must be a fully qualified name of a Java class that extends the class org.eclipse.cdt.debug.mi.core.command.CommandFactory.
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
@ -140,7 +141,7 @@
|
|||
<meta.section type="implementation"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
[Enter information about supplied implementation of this extension point.]
|
||||
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
@ -154,7 +155,6 @@ All rights reserved. This program and the accompanying materials
|
|||
are made available under the terms of the Eclipse Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/epl-v10.html
|
||||
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue