# HG changeset patch # User paramaniac # Date 1333096016 0 # Node ID 8bb074384554e92104698b11989094c2c151134c # Parent f07df9236ab7f230a2948ca79955dcc84d3493a0 quaternion: add missing ## -*- texinfo -*- diff -r f07df9236ab7 -r 8bb074384554 main/quaternion/inst/qi.m --- a/main/quaternion/inst/qi.m Fri Mar 30 01:03:40 2012 +0000 +++ b/main/quaternion/inst/qi.m Fri Mar 30 08:26:56 2012 +0000 @@ -13,6 +13,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . +## -*- texinfo -*- ## @deftypefn {Function File} {} qi ## Create x-component of a quaternion's vector part. ## diff -r f07df9236ab7 -r 8bb074384554 main/quaternion/inst/qj.m --- a/main/quaternion/inst/qj.m Fri Mar 30 01:03:40 2012 +0000 +++ b/main/quaternion/inst/qj.m Fri Mar 30 08:26:56 2012 +0000 @@ -13,6 +13,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . +## -*- texinfo -*- ## @deftypefn {Function File} {} qj ## Create y-component of a quaternion's vector part. ## diff -r f07df9236ab7 -r 8bb074384554 main/quaternion/inst/qk.m --- a/main/quaternion/inst/qk.m Fri Mar 30 01:03:40 2012 +0000 +++ b/main/quaternion/inst/qk.m Fri Mar 30 08:26:56 2012 +0000 @@ -13,6 +13,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . +## -*- texinfo -*- ## @deftypefn {Function File} {} qk ## Create z-component of a quaternion's vector part. ##