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

Remove "a class that" from XML comments #261

Merged
merged 34 commits into from
Sep 5, 2024
Merged

Remove "a class that" from XML comments #261

merged 34 commits into from
Sep 5, 2024

Conversation

jonnew
Copy link
Member

@jonnew jonnew commented Aug 27, 2024

jonnew and others added 4 commits August 26, 2024 14:26
- Move jargon from summary to remarks.
- Expand remarks to explain jargon a bit and provide link to ONI spec.
- Bump version to 0.3.0
- Unnessesary jargon
- Other minore XML fixes while addressing this issue
@jonnew jonnew requested a review from cjsha August 27, 2024 14:43
bparks13 and others added 18 commits August 27, 2024 11:32
- Runs during pull requests to check that the version number is increasing
- Skipped during pushes to main or releases
Add step to check semantic version
Only skip check-semver during releases
Restrict possible driver values
- V2e and V2eBeta inherit from this interface
- Modified V2e dialogs to accept the interface
- V2eBeta operators call the V2e dialogs, due to the common interface, and modify strings as needed to specify 'Beta'
- Consolidated XML comments, now the summary is inherited from the interface for shared properties of NeuropixelsV2 devices
- Add details to class description about what the operator does and what
  it produces without cref links to clroni
- Fix typo in BitHelper
- More details in class description
Standardize names for Neuropixels probes
- I was writing NeuropixelsV2eBeta.REC_MODE instead of
  NeuropixelsV2eBeta.OP_MODE which was preventing the probes from
  streaming data.
Copy link
Member

@cjsha cjsha left a comment

Choose a reason for hiding this comment

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

This PR is approved but please go through and consider all the comments - I'm not sure it requires another review cycle after you address them (though you can re-request me if you want)

OpenEphys.Onix1/Bno055Data.cs Outdated Show resolved Hide resolved
OpenEphys.Onix1/BreakoutDigitalInput.cs Outdated Show resolved Hide resolved
OpenEphys.Onix1/BreakoutDigitalInput.cs Outdated Show resolved Hide resolved
OpenEphys.Onix1/BreakoutDigitalInput.cs Outdated Show resolved Hide resolved
OpenEphys.Onix1/PortStatus.cs Show resolved Hide resolved
Fix register write in NP2.0-beta streamong configuration
- Fix many typos in CreateContext XML comments
Improve the CreateContext documentation
Improve StartAqcuisition documentation
- More details in class description
- Try to remove all crefs to clroni and replace with hrefs to the
  specification itself.
Improve ContextTask documentation
- Unnessesary jargon
- Other minore XML fixes while addressing this issue
@jonnew jonnew merged commit ee381dd into main Sep 5, 2024
7 checks passed
@jonnew jonnew deleted the issue-209 branch September 5, 2024 16:21
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.

XML summary sentence structure for classes
3 participants