From: <par...@us...> - 2012-03-30 08:27:07
|
Revision: 10107 http://octave.svn.sourceforge.net/octave/?rev=10107&view=rev Author: paramaniac Date: 2012-03-30 08:26:56 +0000 (Fri, 30 Mar 2012) Log Message: ----------- quaternion: add missing ## -*- texinfo -*- Modified Paths: -------------- trunk/octave-forge/main/quaternion/inst/qi.m trunk/octave-forge/main/quaternion/inst/qj.m trunk/octave-forge/main/quaternion/inst/qk.m Modified: trunk/octave-forge/main/quaternion/inst/qi.m =================================================================== --- trunk/octave-forge/main/quaternion/inst/qi.m 2012-03-30 01:03:40 UTC (rev 10106) +++ trunk/octave-forge/main/quaternion/inst/qi.m 2012-03-30 08:26:56 UTC (rev 10107) @@ -13,6 +13,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. +## -*- texinfo -*- ## @deftypefn {Function File} {} qi ## Create x-component of a quaternion's vector part. ## Modified: trunk/octave-forge/main/quaternion/inst/qj.m =================================================================== --- trunk/octave-forge/main/quaternion/inst/qj.m 2012-03-30 01:03:40 UTC (rev 10106) +++ trunk/octave-forge/main/quaternion/inst/qj.m 2012-03-30 08:26:56 UTC (rev 10107) @@ -13,6 +13,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. +## -*- texinfo -*- ## @deftypefn {Function File} {} qj ## Create y-component of a quaternion's vector part. ## Modified: trunk/octave-forge/main/quaternion/inst/qk.m =================================================================== --- trunk/octave-forge/main/quaternion/inst/qk.m 2012-03-30 01:03:40 UTC (rev 10106) +++ trunk/octave-forge/main/quaternion/inst/qk.m 2012-03-30 08:26:56 UTC (rev 10107) @@ -13,6 +13,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. +## -*- texinfo -*- ## @deftypefn {Function File} {} qk ## Create z-component of a quaternion's vector part. ## This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |