mark

Adds an item to the Function pop-up menu in the IDE editor.

Syntax
#pragma mark 
  itemName
   
Remarks

This pragma adds itemName to the source file's Function pop-up menu. If you open the file in the CodeWarrior Editor and select the item from the Function pop-up menu, the editor brings you to the pragma. Note that if the pragma is inside a function definition, the item does not appear in the Function pop-up menu.

If itemName begins with " -- ", a menu separator appears in the IDE's Function pop-up menu:

#pragma mark --

This pragma does not correspond to any panel setting.

Related information
asmpoundcomment
asmsemicolcomment
const_strings
dollar_identifiers
gcc_extensions
mpwc_newline
mpwc_relax
multibyteaware
multibyteaware_preserve_literals
text_encoding
trigraphs
unsigned_char