LoginSignup
11
11

More than 5 years have passed since last update.

Homebrewを使ってAppleDocを導入する

Posted at

Appleの公式Reference風のDocumentを作成する。

terminal
brew install appledoc

#HTML Referenceの作成
appledoc --project-name [プロジェクト名] --project-company [会社名] --company-id [会社ID] --create-html --no-create-docset --output [アウトプット先] [ソースコードの場所]

#XCodeのDocuments
appledoc --project-name [プロジェクト名] --project-company [会社名] --company-id [会社ID] --no-create-html --create-docset --output /tmp [ソースコードの場所]
11
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
11