-
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
Differentiate between "Project name" and "module name" #411
Comments
#412 fixes this error. However, jazzy should probably have a separate |
The workaround is to specify the actual module name (without spaces) in module_name, then replace every instance of module_name in the templates and optionally move the generated docset via a shell script. But I think it's common enough for a framework to have a different "common name" and module name. |
+1 Module name and framework name probably should be separate. |
Yes, I agree that we should differentiate between "project name" and "module name". I'll update this issue to track that. |
Any progress on this since Dec 2015? |
doesn't look like it |
Fixed in master via #1077 |
I’m migrating an Objective-C framework from appledoc to jazzy (mapbox/mapbox-gl-native#3203). The framework’s full name is “Mapbox iOS SDK”, while the actual module name that you import is simply
Mapbox
. Based on jazzy’s default templates, the full name seems like the most appropriate value formodule_name
. But ifmodule_name
contains spaces, the following error occurs:The text was updated successfully, but these errors were encountered: