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/postfork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/postfork.cpp') diff --git a/src/postfork.cpp b/src/postfork.cpp index 08deb77c..f88934b7 100644 --- a/src/postfork.cpp +++ b/src/postfork.cpp @@ -114,7 +114,7 @@ int set_child_group(job_t *j, process_t *p, int print_errors) { /// close_unused_internal_pipes() and closing the universal variable server file descriptor. It then /// goes on to perform all the redirections described by \c io. /// -/// \param io the list of IO redirections for the child +/// \param io_chain the list of IO redirections for the child /// /// \return 0 on sucess, -1 on failure static int handle_child_io(const io_chain_t &io_chain) { -- cgit v1.2.3