Index: pcblib/parametric/plcc =================================================================== --- pcblib/parametric/plcc (revision 767) +++ pcblib/parametric/plcc (revision 768) @@ -7,7 +7,7 @@ #@@desc only the number of pins is really needed for a square PLCC footprint! #@@desc NOTE: some of the qf() parameters can be also used; PLCC32 is non-square, and can not be properly generated using this generator. -#@@params:pins,size,pitch,cpad_size +#@@params pins,size,pitch,cpad_size #@@param:pin total number of pins (leads); must be divisible by 4 Index: pcblib/parametric/qfn =================================================================== --- pcblib/parametric/qfn (revision 767) +++ pcblib/parametric/qfn (revision 768) @@ -8,7 +8,7 @@ #@@desc Should work for QFN, TQFN, etc. #@@desc NOTE: some of the qf() parameters can be also used. -#@@params:pins,size,pitch,cpad_size +#@@params pins,size,pitch,cpad_size #@@param:pin total number of pins (leads); must be divisible by 4 #@@param:size a single integer N or NxN or NxNxH; the pad spacing dimension (outer dimension, lead-to-lead) in mm Index: pcblib/parametric/qfp =================================================================== --- pcblib/parametric/qfp (revision 767) +++ pcblib/parametric/qfp (revision 768) @@ -8,7 +8,7 @@ #@@desc NOTE: some of the qf() parameters can be also used. #@@desc Should work for QFP, TQFP, LQFP, etc. -#@@params:pins,size,pitch,cpad_size +#@@params pins,size,pitch,cpad_size #@@param:pin total number of pins (leads); must be divisible by 4 #@@param:size a single integer N or NxN or NxNxH; body dimension (width or height of the plastic body) in mm