[mlpack-svn] r14979 - mlpack/trunk/src/mlpack/methods/fastmks

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Apr 30 14:54:52 EDT 2013


Author: rcurtin
Date: 2013-04-30 14:54:52 -0400 (Tue, 30 Apr 2013)
New Revision: 14979

Modified:
   mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp
Log:
So Doxygen picks up that comment too...


Modified: mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp	2013-04-30 17:57:32 UTC (rev 14978)
+++ mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp	2013-04-30 18:54:52 UTC (rev 14979)
@@ -202,7 +202,7 @@
   //! The instantiated inner-product metric induced by the given kernel.
   IPMetric<KernelType> metric;
 
-  // Utility function.  Copied too many times from too many places.
+  //! Utility function.  Copied too many times from too many places.
   void InsertNeighbor(arma::Mat<size_t>& indices,
                       arma::mat& products,
                       const size_t queryIndex,




More information about the mlpack-svn mailing list