[Insight-developers] Bug in ImageLinearIterator class?

Luis Ibanez ibanez@cs.unc.edu
Tue, 08 May 2001 18:30:29 -0400


The documentation of itkImageLinearIterator is now 
fixed and the example is in Testing/Code/Common.


BTW, it shows the use of two useful Doxygen commands:

\code       

   for(int i=0; i<10; i++)   // some C++ explicit code 
   {
   }

\endcode




\example   itkImageLinearIteratorTest.cxx



However the last command "example" requires the Doxygen 
configuration file to set the path for examples.

It could contain all the directories in Testing, and 
eventually some of the ones in Insight/Examples.

In that way, users consulting the documentation of one
class, will have direct HTML links to the files in 
Testing.



Luis