From: Luca Heltai Date: Tue, 23 Apr 2019 12:46:08 +0000 (+0200) Subject: Improved documentation. X-Git-Tag: v9.1.0-rc1~189^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92003f37ac757ffbb8ebb002519975fe6cb08428;p=dealii.git Improved documentation. --- diff --git a/include/deal.II/base/bounding_box.h b/include/deal.II/base/bounding_box.h index bfb85c5e79..8922fa6b36 100644 --- a/include/deal.II/base/bounding_box.h +++ b/include/deal.II/base/bounding_box.h @@ -141,8 +141,10 @@ public: point_inside(const Point &p) const; /** - * Increase (or decrease) the size of the bounding box by the given amount, - * in both directions in all coordinate directions. + * Increase (or decrease) the size of the bounding box by the given amount. + * After calling this method, the lower left corner of the bounding box will + * have each coordinate decreased by @p amount, and the upper right corner + * of the bounding box will have each coordinate increased by @p amount. * * If you call this method with a negative number, and one of the axes of the * original bounding box is smaller than amount/2, the method will trigger