-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order of classes not stable #473
Comments
I think the cause for this is https://github.com/realm/jazzy/blob/master/lib/jazzy/doc_builder.rb#L34 There, we first sort by Example:
|
I came here because of a similar issue -- the first and last items in the Classes list are exchanged. It seems that's what's happening in your example as well ( |
It should be fixed on master, if you want to verify the fix! ( |
Yes, that does it, great!! |
I'm working on updating the integration specs for #466. However, when I run rake spec from the current jazzy master it doesn't pass because the order of classes in the generated docs seems different than the one in integration specs (see screenshots).
I'm using ruby 2.3.0p0
The text was updated successfully, but these errors were encountered: