diff src/graphics.cc @ 8333:9238637cb81c

style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 18 Nov 2008 11:14:31 -0500
parents be9b14945774
children b6c3b16d4cfa
line wrap: on
line diff
--- a/src/graphics.cc	Tue Nov 18 10:01:58 2008 -0500
+++ b/src/graphics.cc	Tue Nov 18 11:14:31 2008 -0500
@@ -194,7 +194,7 @@
     }
   else if (from_units.compare ("characters"))
     {
-      // FIXME: implement this
+      // FIXME -- implement this.
     }
   else
     {
@@ -229,7 +229,7 @@
 	}
       else if (to_units.compare ("characters"))
 	{
-	  // FIXME: implement this
+	  // FIXME -- implement this.
 	}
       else
 	{
@@ -684,7 +684,7 @@
 {
   bool xok = false;
 
-  // FIXME: should we always support []?
+  // FIXME -- should we always support []?
   if (v.is_empty () && v.is_double_type ())
     return true;
 
@@ -954,8 +954,8 @@
 	{
 	  retval.set (args(0));
 
-	  // FIXME: additional argument could define constraints
-	  //        but is this really useful...?
+	  // FIXME -- additional argument could define constraints,
+	  // but is this really useful?
 	}
     }
   else if (type.compare ("color"))
@@ -2096,7 +2096,7 @@
 figure::properties::get_boundingbox (bool) const
 {
   graphics_backend b = get_backend ();
-  // FIXME: screen size should be obtained from root object
+  // FIXME -- screen size should be obtained from root object.
   Matrix screen_size = b.get_screen_size ();
   Matrix pos;
 
@@ -2114,7 +2114,7 @@
 figure::properties::set_boundingbox (const Matrix& bb)
 {
   graphics_backend b = get_backend ();
-  // FIXME: screen size should be obtained from root object
+  // FIXME -- screen size should be obtained from root object.
   Matrix screen_size = b.get_screen_size ();
   Matrix pos = bb;
 
@@ -2801,7 +2801,7 @@
     {
       double af;
 
-      // FIXME: Was this really needed? When compared to Matlab, it
+      // FIXME -- was this really needed?  When compared to Matlab, it
       // does not seem to be required. Need investigation with concrete
       // backend to see results visually.
       if (false && dowarp)
@@ -2916,8 +2916,8 @@
 	}
     }
   
-  // FIXME: if plotboxaspectratiomode is "manual", limits
-  // and/or dataaspectratio might be adapted
+  // FIXME -- if plotboxaspectratiomode is "manual", limits
+  // and/or dataaspectratio might be adapted.
 }
 
 // The INTERNAL flag defines whether position or outerposition is used.
@@ -2999,8 +2999,8 @@
   return retval;
 }
 
-// FIXME: Remove
-// FIXME: Maybe this should go into array_property class?
+// FIXME -- remove.
+// FIXME -- maybe this should go into array_property class?
 /*
 static void
 check_limit_vals (double& min_val, double& max_val, double& min_pos,
@@ -3606,7 +3606,7 @@
       i1 = i2 = i3 = 0;
       j1 = j2 = j3 = 0;
 
-      // FIXME: normal computation at boundaries
+      // FIXME -- normal computation at boundaries.
       for (int i = 1; i < (p-1); i++)
 	{
 	  if (y_mat)