-
Notifications
You must be signed in to change notification settings - Fork 329
DOCS: DOCATT Quality Sprint batch fixes #2240
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
base: develop
Are you sure you want to change the base?
Conversation
- Added doc for JoinPlayersWhenJoinActionIsTriggered value - Clarified that disabling the action can result when DisableJoining() is called on an action that was joined with the JoinPlayersWhenJoinActionIsTriggered behaviour
/// Note that when setting sampling frequencies, there may be limits on the range of frequencies | ||
/// supported by the underlying hardware/platform. | ||
/// | ||
/// To support querying sampling frequencies, a sensor device must implement <see cref="QuerySamplingFrequencyCommand"/>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this line removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed that line because we don't document that command because it's internal. Users get frustrated when we recommend using something but they can't find it. I confirmed with @ritamerkl that it was ok to remove that line in a Slack thread on the input-team channel.
/// Inhibit players from joining the game. | ||
/// </summary> | ||
/// <remarks> | ||
/// Note that this method might disable the action, depending on how the action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this meant to say "depending on how the player joined..." instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed wording. Thanks for catching that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing other than what Paulius already mentioned. The rest looks good to me.
Description
I included a number of small fixes from several Jira feedback tickets:
Started()
needs to be called beforeSetTimeout()
, as requested via user feedback.platformUserAccountXXX
properties and theFindUserByAccount
method on the InputUser struct. These were not documented, but DocFx still generates empty documentation for them unless they are explicitly filtered out.JoinPlayersWhenJoinActionIsTriggered
behavior, as discussed with @ritamerkl on the input-team channel. Also added doc forJoinPlayersWhenJoinActionIsTriggered
value itself.OnClick()
, as requested via user feedback.Testing status & QA
Overall Product Risks
Very low risk: documentation changes only.
Comments to reviewers
I added the 3 reviewers who contributed the last time. Please let me know if I am missing anyone.
Checklist
Before review:
During merge:
DOCS: ___
After merge: