vvDocumenter Xcode注释工具使用_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > vvDocumenter Xcode注释工具使用

vvDocumenter Xcode注释工具使用

 2014/4/8 15:23:29  地平线还很髙  博客园  我要评论(0)
  • 摘要:Xcode代码注释工具vvDocumenter插件下载:https://github.com/onevcat/VVDocumenter-Xcode安装:运行下载的vvDocumenter工程,重启Xcode使用:方法前面///,自动完成框架,修改对应说明e.g./***<#Description#>**@paramopenid<#openiddescription#>*@paramaccess_token<#access_tokendescription#>
  • 标签:使用 工具 注释

Xcode代码注释工具vvDocumenter

插件下载:https://github.com/onevcat/VVDocumenter-Xcode

安装:运行下载的vvDocumenter工程,重启Xcode

使用:方法前面///,自动完成框架,修改对应说明

 e.g. 

class="brush:objc;gutter:true;">/**
 *  <#Description#>
 *
 *  @param openid       <#openid description#>
 *  @param access_token <#access_token description#>
 *  @param expires_in   <#expires_in description#>
 *  @param isthird      <#isthird description#>
 *  @param successBlock <#successBlock description#>
 *  @param failBlock    <#failBlock description#>
 */

 

 

发表评论
用户名: 匿名