summaryrefslogtreecommitdiffstats
path: root/src/math/point.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-11 21:14:32 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-11 21:14:32 +0200
commit6c21dceb35f7aaf90e54d3c030130e9465f343f3 (patch)
tree17a873a9b9729c619f183ceeeb5ae9106180ec26 /src/math/point.h
parentefe4f0baddf10124581e4fcb88d55a52838b06a1 (diff)
downloadcolobot-6c21dceb35f7aaf90e54d3c030130e9465f343f3.tar.gz
colobot-6c21dceb35f7aaf90e54d3c030130e9465f343f3.tar.bz2
colobot-6c21dceb35f7aaf90e54d3c030130e9465f343f3.zip
Tests rewrite and Doxygen in src/math
- rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
Diffstat (limited to 'src/math/point.h')
-rw-r--r--src/math/point.h16
1 files changed, 8 insertions, 8 deletions
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
{