From 1357f5a3647aba1024afe8557695c1a07a81b129 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 5 Jun 2016 18:46:04 -0700 Subject: Repair various invalid HeaderDoc comments. Enable build setting to allow Xcode to complain about invalid comments. --- src/pager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pager.cpp') diff --git a/src/pager.cpp b/src/pager.cpp index 222b510f..d9411362 100644 --- a/src/pager.cpp +++ b/src/pager.cpp @@ -143,12 +143,12 @@ line_t pager_t::completion_print_item(const wcstring &prefix, const comp_t *c, s /// Print the specified part of the completion list, using the specified column offsets and quoting /// style. /// -/// \param l The list of completions to print /// \param cols number of columns to print in -/// \param width An array specifying the width of each column +/// \param width_per_column An array specifying the width of each column /// \param row_start The first row to print /// \param row_stop the row after the last row to print /// \param prefix The string to print before each completion +/// \param lst The list of completions to print void pager_t::completion_print(size_t cols, int *width_per_column, size_t row_start, size_t row_stop, const wcstring &prefix, const comp_info_list_t &lst, page_rendering_t *rendering) const { -- cgit v1.2.3