ios - How to add multiline comment in HeaderDoc -
This is my code
/ ** * Touching: It is believed that It was Succesfull click. Automatically changes to / off images / / @interface WOC_OnOffImageButton: SKSpriteNode
and when I type I have an automatic change on / off images in the same line. Let me click Questions details
in pop-in on WOC_OnOffImageButton
I click alt-click> I get the in touch: Brinjal: It is believed that it was successfully clicked.
... automatically ...
, because it's easy to read
Yes, AppleDoc supports multinayl comments, here's how you use them:
/ * * * Brinjal in touch: It is believed that it was succesfull click. * * Automatically changes images on / off * /
The key is to keep an asterisk on new lines. To save results in the popup window, save your project ( Cmd + S < / Code>) and / or clean (
Cmd + Shift + K
).
Comments
Post a Comment