Commit 9873bff7 authored by Davis King's avatar Davis King

fixed formatting

parent 7219f4b5
...@@ -733,13 +733,13 @@ namespace dlib ...@@ -733,13 +733,13 @@ namespace dlib
from being parsed into a matrix then #in.fail() == true. from being parsed into a matrix then #in.fail() == true.
!*/ !*/
some_undefined_iomnaip_type csv;
/*!A csv /*!A csv
This object is used to define an io manipulator for matrix expressions. In This object is used to define an io manipulator for matrix expressions. In
particular, you can write statements like: particular, you can write statements like:
cout << csv << yourmatrix; cout << csv << yourmatrix;
and have it print the matrix with commas separating each element. and have it print the matrix with commas separating each element.
!*/ !*/
some_undefined_iomnaip_type csv;
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment