xcode中oc代码文档生成
1.安装appledoc 1 .安装brew $ /usr/bin/ruby -e " $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) " 2 .安装 appledoc $ brew install appledoc 2.查看是否安装成功 $ appledoc - - version $ appledoc - - help 3.使用命令行生成html文档 $ cd yourFolder $ appledoc -- project -name ProjectName -- project -company companyName -- no -create -docset -- create -html -output . / 4.生成文档方式 在xcode中新建target–>Aggregate–>Build Phases–>Run Script #appledoc Xcode script # Start constants company= "chenl" ; companyID= "com.chenl.test" ; companyURL= "http://blog.csdn.net/coooliang" ; target= "iphoneos" ; #target