Skip to content

Commit

Permalink
added docstrings for getters and setters
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Sep 15, 2024
1 parent 09bb870 commit 4cf1bc8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,27 @@ static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder = R"doc

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_make =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_get_len_tag_key =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_get_final_samples_per_symbol =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_get_final_buffer_len =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_get_filler =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_len_tag_key =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_final_samples_per_symbol =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_final_buffer_len =
R"doc()doc";

static const char* __doc_gr_UTAT_HERON_tagged_stream_fixed_length_padder_set_filler =
R"doc()doc";
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ static const char* __doc_gr_UTAT_HERON_variable_filter = R"doc()doc";


static const char* __doc_gr_UTAT_HERON_variable_filter_make = R"doc()doc";

static const char* __doc_gr_UTAT_HERON_variable_filter_get_variable_name = R"doc()doc";

static const char* __doc_gr_UTAT_HERON_variable_filter_set_variable_name = R"doc()doc";

0 comments on commit 4cf1bc8

Please sign in to comment.