# HG changeset patch
# User Santeri Piippo <crimsondusk64@gmail.com>
# Date 1394037022 -7200
# Node ID 1d4a1ba9cc9921a12656a7d1fd78640402d8ba21
# Parent  ed6170728ae4af13fa0920976d44c5debc4df6d9
- whoah whoops

diff -r ed6170728ae4 -r 1d4a1ba9cc99 src/Types.h
--- a/src/Types.h	Wed Mar 05 18:30:04 2014 +0200
+++ b/src/Types.h	Wed Mar 05 18:30:22 2014 +0200
@@ -310,11 +310,11 @@
 		//! \returns the length of the bounding box on the longest measure.
 		double longestMeasurement() const;
 
-		//! Calculates the given \param obj to the bounding box, adjusting
+		//! Calculates the given \c obj to the bounding box, adjusting
 		//! extremas if necessary.
 		void calcObject (LDObject* obj);
 
-		//! Calculates the given \param vertex to the bounding box, adjusting
+		//! Calculates the given \c vertex to the bounding box, adjusting
 		//! extremas if necessary.
 		void calcVertex (const Vertex& vertex);