aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postfork.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-05 18:46:04 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-05 18:57:45 -0700
commit1357f5a3647aba1024afe8557695c1a07a81b129 (patch)
treea00b6abc3342711725e1cf1850550eebd157733b /src/postfork.cpp
parent32a585a52b20687a1a16c45142da2261d28b7a27 (diff)
Repair various invalid HeaderDoc comments.
Enable build setting to allow Xcode to complain about invalid comments.
Diffstat (limited to 'src/postfork.cpp')
-rw-r--r--src/postfork.cpp2
1 files changed, 1 insertions, 1 deletions
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) {