Skip to content

Commit

Permalink
Add missing param doc for report_add_results_array
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jul 6, 2021
1 parent fde5666 commit 8fe7596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -21006,6 +21006,9 @@ report_add_result (report_t report, result_t result)

/**
* @brief Add results from an array to a report.
*
* @param[in] report The report to add the results to.
* @param[in] results GArray containing the row ids of the results to add.
*/
void
report_add_results_array (report_t report, GArray *results)
Expand Down

0 comments on commit 8fe7596

Please sign in to comment.