[mlpack-git] master: Add clarifying comment. (b35088d)

gitdub at mlpack.org gitdub at mlpack.org
Tue Oct 11 14:15:22 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/84a940db9d227a0cf094e93e526b902da1bb4e75...86480008b76dbd6b87b4092fb4f104342604f356

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

commit b35088d0f860cb9b0ba499497dce4a4ddb85850a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Oct 11 14:15:22 2016 -0400

    Add clarifying comment.


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

b35088d0f860cb9b0ba499497dce4a4ddb85850a
 src/mlpack/core/util/singletons.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/core/util/singletons.cpp b/src/mlpack/core/util/singletons.cpp
index e0fcd23..e1401f9 100644
--- a/src/mlpack/core/util/singletons.cpp
+++ b/src/mlpack/core/util/singletons.cpp
@@ -1,6 +1,8 @@
 /**
  * @file singletons.cpp
  * @author Ryan Curtin
+ *
+ * Declaration of singletons in libmlpack.so.
  */
 #include "singletons.hpp"
 #include "log.hpp"




More information about the mlpack-git mailing list