Skip to content

Commit

Permalink
fix minor doxygen undocumented warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Feb 21, 2012
1 parent dd64345 commit 8c0e4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/kernel/CustomKernel.h
Expand Up @@ -370,9 +370,9 @@ class CCustomKernel: public CKernel
/** TODO */
void print_kernel_matrix(const char* prefix="") const;

/** TODO */
/** returns kernel matrix as is
* @param kernel matrix
*
* @return kernel matrix
*/
SGMatrix<float32_t> get_float32_kernel_matrix()
{
Expand Down

0 comments on commit 8c0e4f3

Please sign in to comment.