All Projects → NSHipster → Swift-Documentation-Example

NSHipster / Swift-Documentation-Example

Licence: other
A companion project to the NSHipster article about Swift Documentation

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

🚲 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 [email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].