From 6c21dceb35f7aaf90e54d3c030130e9465f343f3 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 11 Sep 2012 21:14:32 +0200 Subject: Tests rewrite and Doxygen in src/math - rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions --- src/math/point.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/math/point.h') diff --git a/src/math/point.h b/src/math/point.h index ecf896f..1093c54 100644 --- a/src/math/point.h +++ b/src/math/point.h @@ -32,14 +32,14 @@ namespace Math { -/** \struct Point math/point.h - \brief 2D point - - Represents a 2D point (x, y). - Contains the required methods for operating on points. - - All methods are made inline to maximize optimization. - +/** + * \struct Point + * \brief 2D point + * + * Represents a 2D point (x, y). + * Contains the required methods for operating on points. + * + * All methods are made inline to maximize optimization. */ struct Point { -- cgit v1.2.3-1-g7c22