[mlpack-git] master: Better Doxygen formatting. (02e31b3)

gitdub at mlpack.org gitdub at mlpack.org
Tue May 31 14:41:47 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/e36eec5cb250d8c36a49aba5cc1bae6a68723d29...02e31b3b07f1c4ea5abf067c029cd3ea69a5c8ae

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

commit 02e31b3b07f1c4ea5abf067c029cd3ea69a5c8ae
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue May 31 14:41:47 2016 -0400

    Better Doxygen formatting.


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

02e31b3b07f1c4ea5abf067c029cd3ea69a5c8ae
 doc/guide/formats.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guide/formats.hpp b/doc/guide/formats.hpp
index ef834af..24e9a1b 100644
--- a/doc/guide/formats.hpp
+++ b/doc/guide/formats.hpp
@@ -17,9 +17,9 @@ contain only numeric features in order to be loaded successfully by mlpack.
 
 The types of datasets that mlpack can load are roughly the same as the types of
 matrices that Armadillo can load.  However, the load functionality that mlpack
-provides \b "only supports loading dense datasets".  When datasets are loaded by
-mlpack, \b the \b "file's type is detected using the file's extension".  mlpack
-supports the following file types:
+provides <b>only supports loading dense datasets</b>.  When datasets are loaded
+by mlpack, <b>the file's type is detected using the file's extension</b>.
+mlpack supports the following file types:
 
  - csv (comma-separated values), denoted by .csv or .txt
  - tsv (tab-separated values), denoted by .tsv, .csv, or .txt




More information about the mlpack-git mailing list