Questions tagged [jazzy]

jazzy is a command-line utility that generates documentation for Swift or Objective-C.

Github page of the (open source) project: https://github.com/realm/jazzy

34 questions
0
votes
1 answer

How to host Jazzy documentation on Bitbucket?

I have generated documents for my application with Jazzy. now I want to add a link to index.html file which is generated by Jazzy and it's the main page of the documentation in README.md file. the problem is when I create a link addressing…
Mina
  • 2,167
  • 2
  • 25
  • 32
0
votes
1 answer

Where to run Jazzy in my Development Pod Document tree

I can't get jazzy working with my private CocoaPod. I don't understand where in the Document Tree of my CocoaPod I need to run the Jazzy command? I always get this error: Running xcodebuild Could not parse compiler arguments from xcodebuild…
vander2675
  • 80
  • 6
0
votes
2 answers

jazzy spell check showing correctly spelled words as misspelled

I have implemented the jazzy spell checker in my project, and it's working but I am getting way to many false negatives; words that are spelled correctly showing as misspelled. I build my dictionary object as follows: public SpellDictionaryHashMap…
badperson
  • 1,554
  • 3
  • 19
  • 41
0
votes
1 answer

Cannot install Jazzy Cocoapod

I'm trying to install the Jazzy Cocoapod so I can use it to document my Swift code. I have Cocoapods 0.35 successfully installed, but Jazzy will not install. I looked for the log files that should have been produced but they are not present. …
DrScott
  • 633
  • 1
  • 6
  • 7
1 2
3