More doc.
1.1 --- a/lemon/graph_to_eps.h Sat Mar 03 11:57:07 2007 +0000
1.2 +++ b/lemon/graph_to_eps.h Sat Mar 03 12:00:32 2007 +0000
1.3 @@ -525,11 +525,12 @@
1.4 _negY=b;return *this;
1.5 }
1.6
1.7 - ///Turns on/off prescaling
1.8 + ///Turn on/off prescaling
1.9
1.10 - ///Turns on/off prescaling
1.11 + ///By default graphToEps() rescales the whole image in order to avoid
1.12 + ///very big or very small bounding boxes.
1.13 ///
1.14 - ///\todo More docs.
1.15 + ///This (p)rescaling can be turned off with this function.
1.16 ///
1.17 GraphToEps<T> &preScale(bool b=true) {
1.18 _preScale=b;return *this;