From 18a9cc97e2fdfe1a7aff41f9fab6c39b1a5671aa Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 30 Mar 2018 17:53:52 -0400 Subject: [PATCH] Fix incorrect documentation. --- src/mlpack/core/util/mlpack_main.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mlpack/core/util/mlpack_main.hpp b/src/mlpack/core/util/mlpack_main.hpp index 06d3b35618..4c915c0c02 100644 --- a/src/mlpack/core/util/mlpack_main.hpp +++ b/src/mlpack/core/util/mlpack_main.hpp @@ -3,10 +3,7 @@ * @author Ryan Curtin * * This file, based on the value of the macro BINDING_TYPE, will define the - * macro MLPACK_CLI_MAIN() accordingly. If BINDING_TYPE is not set, then the - * behavior will be that MLPACK_CLI_MAIN() is equivalent to int main(int argc, - * char** argv) with CLI::ParseCommandLine() automatically called on entry and - * CLI::Destroy() automatically called on exit. + * macros necessary to compile an mlpack binding for the target language. * * This file should *only* be included by a program that is meant to be a * command-line program or a binding to another language. This file also