AppCode
 
Get AppCode
You are viewing the documentation for an earlier version of AppCode.

Documenting code

Last modified: 19 January 2022

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 (⌃ Q).