NSHipster / Swift-Documentation-Example

A companion project to the NSHipster article about Swift Documentation

Home Page:https://nshipster.com/swift-documentation/

Repository from Github https://github.comNSHipster/Swift-Documentation-ExampleRepository from Github https://github.comNSHipster/Swift-Documentation-Example

🚲 Bicycle - Swift Documentation Example

A companion project to the NSHipster article about Swift Documentation.

Requirements

  • Xcode
  • Git 2.16.2+
  • Ruby 2.4.3+
  • Bundler

Generating Docs

First, clone the repository by opening Terminal.app and running the following commands:

$ git clone git@github.com:NSHipster/Swift-Documentation-Example.git
$ cd Swift-Documentation-Example

Next, download project dependencies with Bundler using the command:

$ bundle install

Use Jazzy to generate web pages from the documentation comments of this Swift project:

$ bundle exec jazzy -o Docs

Now open the index.html from the Docs directory to view the generated documentation:

$ open Docs/index.html

License

This project is released under the MIT License. See the LICENSE file for more info.

NSHipster® and the NSHipster Logo are registered trademarks of Read Evaluate Press, LLC.

About

A companion project to the NSHipster article about Swift Documentation

https://nshipster.com/swift-documentation/


Languages

Language:Swift 66.4%Language:Ruby 33.6%