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
(cherry picked from commit 8fe7596)
  • Loading branch information
timopollmeier authored and mergify-bot committed Jul 7, 2021
1 parent 97505fe commit 10808fe
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 @@ -21278,6 +21278,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 10808fe

Please sign in to comment.