[mlpack-git] master: Update documentation. (b8f53a4)

gitdub at mlpack.org gitdub at mlpack.org
Thu Apr 14 14:52:41 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/637809fec8d341829e4cd122cf5a385e5e219c9b...b8f53a4eebfbd80ef2f59bcc710caafac12ddc57

>---------------------------------------------------------------

commit b8f53a4eebfbd80ef2f59bcc710caafac12ddc57
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Apr 14 14:52:41 2016 -0400

    Update documentation.


>---------------------------------------------------------------

b8f53a4eebfbd80ef2f59bcc710caafac12ddc57
 doc/guide/version.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guide/version.hpp b/doc/guide/version.hpp
index 820243c..db3509e 100644
--- a/doc/guide/version.hpp
+++ b/doc/guide/version.hpp
@@ -11,9 +11,9 @@ The following three macros provide major, minor, and patch versions of mlpack
 'z' is the patch version):
 
 @code
-__MLPACK_VERSION_MAJOR
-__MLPACK_VERSION_MINOR
-__MLPACK_VERSION_PATCH
+MLPACK_VERSION_MAJOR
+MLPACK_VERSION_MINOR
+MLPACK_VERSION_PATCH
 @endcode
 
 In addition, the function \c mlpack::util::GetVersion() returns the mlpack




More information about the mlpack-git mailing list