Wed, 05 Mar 2014 18:30:22 +0200
- whoah whoops
src/Types.h | file | annotate | diff | comparison | revisions |
--- 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);