JP Simard

Results 706 comments of JP Simard

Something like Ruby's docs "toggle source" would be great here: ![test](https://cloud.githubusercontent.com/assets/474794/10350911/8c5ca2e8-6cfb-11e5-8e8b-2d41b4c69882.gif)

The "Show on GitHub" feature #208 helped provide something _like_ this, but this specific feature itself was never built.

The top comment isn't standard doc comment syntax. To document the enum members, you need to add doc comments to each.

What makes you think this is a bug anywhere? You're using syntax that isn't documented anywhere as a valid way to document enums and their members.

I see. Ok, that does change things. Thanks for clarifying that. Jazzy could certainly use that documentation if the individual members don't have doc comments.

I absolutely understand why you'd want to avoid writing to a `build/` directory, and I'd definitely recommend setting `CONFIGURATION_BUILD_DIR` to do this. It's not apparent to me that adding a...

Jazzy shells out to `xcodebuild`, and if a custom build directory is set in the Xcode project, it should respect that. However, `Xcode.app` and `xcodebuild` have different _defaults_. It may...