You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to generate documentation for my Objective-C / Swift app. It isn't a framework / module. The documentation isn't very clear on how to properly setup the command to run in this case (or if it is even supported).
The first issue appears to be around -x. The -h says this:
-x arg1,arg2,…argN, Arguments to forward to xcodebuild
I think it would be clearer to say arg1,arg1Value,arg2,arg2Value unless I'm miss using it.
you have a very old version of jazzy installed (0.0.20). Please install the latest version (0.6.0). And I agree, we certainly need to improve jazzy's own usage documentation, and are tracking that as one of the oldest open tickets 😱 (#77)
I want to generate documentation for my Objective-C / Swift app. It isn't a framework / module. The documentation isn't very clear on how to properly setup the command to run in this case (or if it is even supported).
The first issue appears to be around
-x
. The-h
says this:I think it would be clearer to say
arg1,arg1Value,arg2,arg2Value
unless I'm miss using it.I've gotten this far:
And after spitting out a lot of data about the build itself it says:
And no documentation is generated.
When I try to add
--objc
I get:What am I missing?
The text was updated successfully, but these errors were encountered: