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

Unused fields and dartdoc references #10

Closed
wants to merge 2 commits into from
Closed

Unused fields and dartdoc references #10

wants to merge 2 commits into from

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Oct 20, 2017

No description provided.

/// use the WebSocket protocol over a pre-existing channel.
/// This is implemented by classes that use `dart:io` and `dart:html`. The
/// [new WebSocketChannel] constructor can also be used on any platform to
/// connect to use the WebSocket protocol over a pre-existing channel.
Copy link
Member

Choose a reason for hiding this comment

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

Does dartdoc not work with multi-line references? Is there a bug for that?

Copy link
Member

Choose a reason for hiding this comment

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

I just checked the generated docs, and it looks like this link is working fine, so this change isn't necessary.

const String _clientNoContextTakeover = "client_no_context_takeover";
const String _serverNoContextTakeover = "server_no_context_takeover";
const String _clientMaxWindowBits = "client_max_window_bits";
const String _serverMaxWindowBits = "server_max_window_bits";
Copy link
Member

Choose a reason for hiding this comment

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

This is copied from the SDK. I don't want to modify it any more than absolutely necessary to get it to work here, because every modification makes merging in new versions harder.

@nex3
Copy link
Member

nex3 commented Feb 14, 2018

@kevmoo Are you planning on iterating on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants