add missing const in doc

This commit is contained in:
Sébastien Loriot 2014-05-06 16:03:51 +02:00
parent 276f2ce4e7
commit 8aa67dcfa4
1 changed files with 6 additions and 6 deletions

View File

@ -115,32 +115,32 @@ PartitionTraits_2(PartitionTraits_2 tr);
/*! /*!
*/ */
Less_yx_2 less_yx_2_object(); Less_yx_2 less_yx_2_object() const;
/*! /*!
*/ */
Less_xy_2 less_xy_2_object(); Less_xy_2 less_xy_2_object() const;
/*! /*!
*/ */
Left_turn_2 left_turn_2_object(); Left_turn_2 left_turn_2_object() const;
/*! /*!
*/ */
Orientation_2 orientation_2_object(); Orientation_2 orientation_2_object() const;
/*! /*!
*/ */
Compare_y_2 compare_y_2_object(); Compare_y_2 compare_y_2_object() const;
/*! /*!
*/ */
Compare_x_2 compare_x_2_object(); Compare_x_2 compare_x_2_object() const;
/// @} /// @}