libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
115 stars 24 forks source link

Deduplicate doc comments in Normalizer #777

Closed d-e-s-o closed 3 months ago

d-e-s-o commented 3 months ago

We repeated some doc comments in the Normalizer and Builder types, which makes them unnecessarily hard to maintain. Deduplicate things a bit to reduce the maintenance burden.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.56%. Comparing base (8329b50) to head (d35f55b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #777 +/- ## ======================================= Coverage 94.56% 94.56% ======================================= Files 50 50 Lines 9391 9391 ======================================= Hits 8881 8881 Misses 510 510 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.