From fe327990493dc5cc08c3e2c4609aefe8ad10b87f Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 22 Apr 2020 07:44:33 -0400 Subject: [PATCH] Clarify documentation. --- src/mlpack/bindings/cli/in_place_copy.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mlpack/bindings/cli/in_place_copy.hpp b/src/mlpack/bindings/cli/in_place_copy.hpp index 9693dcc24e..2a203c80da 100644 --- a/src/mlpack/bindings/cli/in_place_copy.hpp +++ b/src/mlpack/bindings/cli/in_place_copy.hpp @@ -23,7 +23,9 @@ namespace cli { * This overload is called when nothing special needs to happen to make * something an in-place copy. * - * @param d ParamData object to get parameter value from. + * @param d ParamData object to get parameter value from. (Unused.) + * @param input ParamData object that represents the option we are making a copy + * of. (Unused.) */ template void InPlaceCopyInternal(