Skip to content

Smaller documentation fixes and updates#399

Merged
PJK merged 1 commit into
masterfrom
fix-doc-medium
Feb 8, 2026
Merged

Smaller documentation fixes and updates#399
PJK merged 1 commit into
masterfrom
fix-doc-medium

Conversation

@PJK

@PJK PJK commented Feb 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Update outdated RFC 7049 reference to RFC 8949 in api.rst
  • Fix coding style description in internal.rst: was "Linux kernel style, 4-char tabs", actual is Google-based clang-format with 2-space indent
  • Add missing API docs for cbor_get_int, cbor_build_negint8/16/32/64 in integers page
  • Add missing API docs for cbor_string_codepoint_count, cbor_build_stringn in strings page
  • Add missing API docs for cbor_build_tag in tags page
  • Remove leftover "reallocations relative to chunk count" text from tags page (tags don't have chunks)

Test plan

  • All 26 tests pass
  • Visual review of all changes

🤖 Generated with Claude Code

- Update RFC 7049 reference to RFC 8949 in api.rst
- Fix outdated coding style description in internal.rst (was Linux
  kernel style with 4-char tabs, actual is Google-based 2-space indent)
- Add missing docs for cbor_get_int, cbor_build_negint8/16/32/64
- Add missing docs for cbor_string_codepoint_count, cbor_build_stringn
- Add missing docs for cbor_build_tag
- Remove leftover "reallocations relative to chunk count" from tags docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Feb 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4813d51) to head (4d8bdeb).
⚠️ Report is 24 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #399      +/-   ##
===========================================
+ Coverage   99.87%   100.00%   +0.12%     
===========================================
  Files          20        20              
  Lines        1663      1663              
===========================================
+ Hits         1661      1663       +2     
+ Misses          2         0       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@PJK PJK changed the title Fix medium documentation issues Smaller documentation fixes and updates Feb 8, 2026
@PJK
PJK merged commit 154054b into master Feb 8, 2026
18 checks passed
@PJK
PJK deleted the fix-doc-medium branch February 8, 2026 19:23
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.

1 participant