AppCode
 
Get AppCode

Code documentation

Last modified: 13 February 2023

You can document your Swift and Objective-C code by adding documentation comments before the declarations of the symbols that you want to describe. Documentation comments use special syntax that make them different from the simple line // and block /*...*/ comments:

Documentation provided in these comments can be viewed in the Quick Documentation popup (Ctrl+Q).