[mlpack-git] master: Document what the file is. (10b9d45)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 30 11:24:03 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/995e0c0c2f41e45c4d34a54df4bdd743bc920f85...10b9d45b806a3e879b0564d78ccb183ebc7051ba

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

commit 10b9d45b806a3e879b0564d78ccb183ebc7051ba
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Nov 30 08:22:17 2015 -0800

    Document what the file is.


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

10b9d45b806a3e879b0564d78ccb183ebc7051ba
 src/mlpack/core/math/columns_to_blocks.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/mlpack/core/math/columns_to_blocks.cpp b/src/mlpack/core/math/columns_to_blocks.cpp
index c334710..68ae22f 100644
--- a/src/mlpack/core/math/columns_to_blocks.cpp
+++ b/src/mlpack/core/math/columns_to_blocks.cpp
@@ -1,3 +1,9 @@
+/**
+ * @file columns_to_blocks.cpp
+ * @author Tham Ngap Wei
+ *
+ * Implementation of the ColumnsToBlocks class.
+ */
 #include "columns_to_blocks.hpp"
 
 namespace mlpack {



More information about the mlpack-git mailing list