mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
[226773] [apidoc] Specify allowed namespaces for SimpleSystemMessage ID in the Javadoc
This commit is contained in:
parent
3ea9062ede
commit
ad15cc0be7
1 changed files with 9 additions and 3 deletions
|
@ -34,13 +34,15 @@ public class SimpleSystemMessage extends SystemMessage {
|
|||
*
|
||||
* Clients can use either globally unique RSE message IDs or plugin-specific local IDs.
|
||||
*
|
||||
* RSE-global message IDs are of the form: RSE<subcomponent><number>
|
||||
* RSE-global message IDs are of the form: RSE<subcomponent><number>
|
||||
*
|
||||
* The subcomponent is a single character:
|
||||
* <ul>
|
||||
* <li>"G" for General</li>
|
||||
* <li>"O" for Other</li>
|
||||
* <li>"F" for Files</li>
|
||||
* <li>"C" for Communications</li>
|
||||
* </ul>
|
||||
*
|
||||
* The number is a four digit number.
|
||||
*
|
||||
|
@ -63,13 +65,15 @@ public class SimpleSystemMessage extends SystemMessage {
|
|||
*
|
||||
* Clients can use either globally unique RSE message IDs or plugin-specific local IDs.
|
||||
*
|
||||
* RSE-global message IDs are of the form: RSE<subcomponent><number>
|
||||
* RSE-global message IDs are of the form: RSE<subcomponent><number>
|
||||
*
|
||||
* The subcomponent is a single character:
|
||||
* <ul>
|
||||
* <li>"G" for General</li>
|
||||
* <li>"O" for Other</li>
|
||||
* <li>"F" for Files</li>
|
||||
* <li>"C" for Communications</li>
|
||||
* </ul>
|
||||
*
|
||||
* The number is a four digit number.
|
||||
*
|
||||
|
@ -96,13 +100,15 @@ public class SimpleSystemMessage extends SystemMessage {
|
|||
*
|
||||
* Clients can use either globally unique RSE message IDs or plugin-specific local IDs.
|
||||
*
|
||||
* RSE-global message IDs are of the form: RSE<subcomponent><number>
|
||||
* RSE-global message IDs are of the form: RSE<subcomponent><number>
|
||||
*
|
||||
* The subcomponent is a single character:
|
||||
* <ul>
|
||||
* <li>"G" for General</li>
|
||||
* <li>"O" for Other</li>
|
||||
* <li>"F" for Files</li>
|
||||
* <li>"C" for Communications</li>
|
||||
* </ul>
|
||||
*
|
||||
* The number is a four digit number.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue