Fix incorrect documentation.

This commit is contained in:
Ryan Curtin
2018-03-30 17:53:52 -04:00
parent 4411e395c1
commit 18a9cc97e2
+1 -4
View File
@@ -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