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

Improve documentation of feature flags #887

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Improve documentation of feature flags #887

merged 1 commit into from
Oct 23, 2023

Conversation

psychon
Copy link
Owner

@psychon psychon commented Oct 8, 2023

x11rb has some explanation of its feature flags on its main documentation page. This commit improves this to explicitly say which "X11 extensions that are needed internally" are always enabled. Additionally, some unnecessary "crate::" at the beginning of links is removed.

Then, a similar documentation is added to x11rb-protocol and x11rb-async.

x11rb has some explanation of its feature flags on its main
documentation page. This commit improves this to explicitly say which
"X11 extensions that are needed internally" are always enabled.
Additionally, some unnecessary "crate::" at the beginning of links is
removed.

Then, a similar documentation is added to x11rb-protocol and
x11rb-async.

Signed-off-by: Uli Schlachter <[email protected]>
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (aca14e3) 12.75% compared to head (853d8c3) 12.89%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #887      +/-   ##
==========================================
+ Coverage   12.75%   12.89%   +0.13%     
==========================================
  Files         189      189              
  Lines      138232   138430     +198     
==========================================
+ Hits        17635    17847     +212     
+ Misses     120597   120583      -14     
Flag Coverage Δ
tests 12.89% <ø> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
x11rb-protocol/src/lib.rs 0.00% <ø> (ø)
x11rb/src/lib.rs 50.00% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@notgull notgull left a comment

Choose a reason for hiding this comment

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

Looks good to me, but I think we should merge #884 first.

@psychon
Copy link
Owner Author

psychon commented Oct 23, 2023

Merging based on the textual approve above.

@psychon psychon merged commit 6f72aea into master Oct 23, 2023
23 checks passed
@psychon psychon deleted the flag-docs branch October 23, 2023 16:13
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.

2 participants