SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Make class doc comment consistent #88

Open cheungpat opened 7 years ago

cheungpat commented 7 years ago

It appears there are two style of comments:

 /**
  Comment here.
  */
 /**
  * Comment here.
  */

Personally, I prefer the second style despite the fact that many of my comments in the file are made with the former style.