Commit eb1fdecd authored by Adam Paquette's avatar Adam Paquette
Browse files

Corrected doxygen tags in several files. Fixes #4299.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7073 41f8697f-d340-4b68-9986-7bafba869bb8
parent fed7050e
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -26,6 +26,13 @@
#include <QSharedPointer>

namespace Isis {
  class BundleControlPoint;
  class BundleImage;
  class BundleObservation;
  class BundleObservationSolveSettings;
  class Camera;
  class ControlMeasure;

/**
   * @brief A container class for a ControlMeasure.
   *
@@ -56,15 +63,9 @@ namespace Isis {
   *                           a mutator.  Added wrapper methods for several ControlMeasure
   *                           methods.  Added typedef for BundleMeasureQsp.  Fixes #4159.
   *   @history 2016-08-18 Jesse Mapel - Changed to no longer inherit from QObject.  Fixes #4192.
   *   @history 2016-08-25 Adam Paquette - Updated documentation. Fixes #4299.
   */

  class BundleControlPoint;
  class BundleImage;
  class BundleObservation;
  class BundleObservationSolveSettings;
  class Camera;
  class ControlMeasure;

  class BundleMeasure {

    public:
+3 −1
Original line number Diff line number Diff line
@@ -52,12 +52,14 @@ namespace Isis {
   *
   * Note that AbstractProjectItemView does not inherit from QAbstractItemView.
   *
   * @author 2015-10-21 Jeffrey Covington
   * @internal
   *   @author Jeffrey Covington
   *
   *   @history 2015-10-21 Jeffrey Covington - Original version.
   *   @history 2016-06-27 Ian Humphrey - Minor updates to documentation and coding standards. 
   *                           Fixes #4004.
   *   @history 2016-08-25 Adam Paquette - Minor updates to documentation.
   *                           Fixes #4299.
   */
  class AbstractProjectItemView : public QWidget {

+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ namespace Isis {
   *
   * @ingroup Visualization Tools
   *
   * @author 2014-07-22 Kimberly Oyama & Tracie Sucharski - Refactored from QnetTools
   * @author ????-??-?? Tracie Sucharski
   *
   * @internal
   *   @history 2008-11-24 Jeannie Walldren - Changed name from TieTool.
@@ -195,7 +195,7 @@ namespace Isis {
   *  
   *  
   *  
   * @history 2014-07-18 Kimberly Oyama & Tracie Sucharski - Refactored from QnetTools
   * @history 2014-07-18 Kimberly Oyama and Tracie Sucharski - Refactored from QnetTools
   */
  class ControlNetEditor : public QObject {
    Q_OBJECT
+2 −1
Original line number Diff line number Diff line
@@ -45,12 +45,13 @@ namespace Isis {
  /**
   * View that displays cubes in a QView-like way. 
   *
   * @author Jeffrey Covington
   * @author 2016-01-13 Jeffrey Covington
   * 
   * @internal
   *   @history 2016-01-13 Jeffrey Covington - Original version.
   *   @history 2016-06-27 Ian Humphrey - Minor updates to documentation and coding standards.
   *                           Fixes #4004.
   *   @history 2016-08-25 Adam Paquette - Updated documentation. Fixes #4299.
   */
  class CubeDnView : public AbstractProjectItemView {

+2 −1
Original line number Diff line number Diff line
@@ -29,10 +29,11 @@ namespace Isis {
  /**
   * This opens a project that's saved on disk.
   *
   * @author Ken Edmundson 2014-04-15
   * @author 2014-04-15 Ken Edmundson
   *
   * @internal
   *   @history 2016-06-06 Makayla Shepherd - Updated documentation. Fixes #3993.
   *   @history 2016-08-25 Adam Paqeutte - Updated documentation. Fixes #4299.
   */
  class CloseProjectWorkOrder : public WorkOrder {
      Q_OBJECT
Loading