Skip to content

Commit

Permalink
Forgot doxygen comment for is_empty()
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Feb 29, 2024
1 parent 78df2c3 commit 0f2e3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal_modules/roc_audio/sample_spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class SampleSpec {
//! Check if sample spec has non-zero rate and valid channel set.
bool is_valid() const;

//! Check if sample spec has a zero rate, empty channel set, and invalid_format
//! Check if sample spec has a zero rate, empty channel set, and invalid_format.
bool is_empty() const;

//! Check if samples are in raw format.
Expand Down

0 comments on commit 0f2e3d4

Please sign in to comment.