Skip to content
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

Code sample fixes #114

Closed
wants to merge 1 commit into from
Closed

Conversation

fernandezpablo85
Copy link

The text

The key constructors have two string parameters

Matches neither the code sample nor the referenced sbt.Keys.scala file

The text 

> The key constructors have two string parameters

Matches neither the code sample nor the referenced `sbt.Keys.scala` file
```

The key constructors have two string parameters: the name of the key
(`"scalaVersion"`) and a documentation string
(`"scala-version"`) and a documentation string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, in sbt 0.13 we create a "backwards compatible mode" for camel-case vs. '-'. IN all of sbt, the string scala-version CAN be used, but wont' show up in help documentation. Yes the code still has the backwards compatible name. I think perhaps we need to clarify.

@xuwei-k xuwei-k closed this Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants