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