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 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.

I have an automatic change on / off images in the same line.

Let me click ... automatically ... , because it's easy to read

Questions

Enter image details here

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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -