Commit c4d597eb authored by Jesse Mapel's avatar Jesse Mapel
Browse files

PROG: Added doxygen documentation for CamTest's functor. References #2413.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7264 41f8697f-d340-4b68-9986-7bafba869bb8
parent 5f7a8145
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19,6 +19,13 @@ enum OutputType {
  Line
};

/**
 * Functor for collecting camera statistics.
 * 
 * @author 2016-11-16 Jesse Mapel
 * @internal
 *   @history 2016-11-16 Original Version.
 */
class CamTestFunctor {
public:
  CamTestFunctor() {};