1
0
Fork 0
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:
David McKnight 2008-04-22 13:51:35 +00:00
parent 3ea9062ede
commit ad15cc0be7

View file

@ -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&lt;subcomponent&gt;&lt;number&gt;
*
* 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&lt;subcomponent&gt;&lt;number&gt;
*
* 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&lt;subcomponent&gt;&lt;number&gt;
*
* 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.
*