From: Jose Ignacio Croce Busquets Date: Fri, 2 Jan 2015 10:21:34 +0000 (+0100) Subject: Documentation adjustments X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=d972a199807dd1f932745ae9d807003fc05e9e33;p=3dmodels%2Fseg_digit.git Documentation adjustments --- diff --git a/digit7.scad b/digit7.scad index a8aeb23..158a3a9 100644 --- a/digit7.scad +++ b/digit7.scad @@ -27,10 +27,13 @@ * Writes a string from "0123456789ABCDEFabcdef" chars * as a 7 digit display of the specified height. * on = on-relief/low-relief flag - * digit7_int(v, h) Writes an integer value in decimal representation - * as a 7 digit display of the specified height. - * digit7_float(v, h) Writes a floating point value in decimal representation + * digit7_int(v, h, on) + * Writes an integer value in decimal representation * as a 7 digit display of the specified height. + * digit7_float(v, h, on) + * Writes a floating point value in decimal + * representation as a 7 digit display of the specified + * height. */ /* Include general definitions */