goatshriek / stumpless

a C logging library built for performance and features
https://goatshriek.github.io/stumpless
Apache License 2.0
446 stars 335 forks source link

Private folder doc #390

Closed OsmanBuyuksar closed 11 months ago

OsmanBuyuksar commented 12 months ago

Issue: https://github.com/goatshriek/stumpless/issues/371#issue-1902709848

Documented the first 5 functions in include/private/entry.h

I am fairly new to checking for asynchronous safety so it would be nice if someone can review and give feedback.

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (cd37149) 91.79% compared to head (7dcf8f0) 91.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #390 +/- ## ======================================= Coverage 91.79% 91.79% ======================================= Files 44 44 Lines 3776 3776 Branches 497 497 ======================================= Hits 3466 3466 Misses 216 216 Partials 94 94 ```

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

goatshriek commented 11 months ago

This will be good to go once the other @since tags are removed!

OsmanBuyuksar commented 11 months ago

My bad i thought it was only the old one, but i removed other since tags now.