-
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
Empty "Unexposeds" group #573
Comments
This looks like fallout from #562. Which unexposed declarations do you have in your interface? Here's how clang defines unexposed declarations: http://clang.llvm.org/doxygen/group__CINDEX.html#ggaaccc432245b4cd9f2d470913f9ef0013ab6c248d25235d6188a1c56ecba85efaf
Regardless, based on this definition I think we should explicitly ignore these types of declarations as they seem to be useful for compilers but not readers of API documentation. |
I can replicate this error by having just a semicolon on its own line in a header file, I think its outside of a class or interface definition, but if you put a semicolon as the first line it seems to do it. |
I can confirm that removing the rogue semi-colon fixes the problem. Thanks for your help. |
Probably related/same bug: #475 |
I think this is a separate bug actually. |
When using Jazzy 0.61 and later, I'm getting an empty 'Unexposeds' Group as shown. Any suggestions as to how to fix this would be appreciated. The project is an Objective-C framework.
Thanks.
The text was updated successfully, but these errors were encountered: