From c3496c645bea04db2f42741d9d7d3ebaef36abc9 Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 3 Dec 2008 23:41:12 +0000 Subject: [PATCH] Fixed some comments. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402699 --- dlib/algs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlib/algs.h b/dlib/algs.h index d7566784d..fb66eeec2 100644 --- a/dlib/algs.h +++ b/dlib/algs.h @@ -570,7 +570,7 @@ namespace dlib // ---------------------------------------------------------------------------------------- - /*! tabs + /*!A tabs This is a template to compute the absolute value a number at compile time. @@ -586,7 +586,7 @@ namespace dlib // ---------------------------------------------------------------------------------------- - /*! tmax + /*!A tmax This is a template to compute the max of two values at compile time @@ -601,7 +601,7 @@ namespace dlib // ---------------------------------------------------------------------------------------- - /*! tmin + /*!A tmin This is a template to compute the min of two values at compile time