Commit 0f39d9e7 authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

PROG: Fixed some documentation which still had references to IpceTool. References #5090.

parent 2dd7fd87
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ using namespace std;

namespace Isis {
  /**
   * Ipce (Qnet) tool - Handles mouse button actions and drawing control points on viewports
   * ControlNet (Qnet) tool - Handles mouse button actions and drawing control points on viewports
   *
   * @param parent Pointer to the parent widget for the Ipce tool
   * @param parent Pointer to the parent widget for the ControlNet tool
   *
   * @author 2016-09-01 Tracie Sucharski
   *
@@ -56,10 +56,10 @@ namespace Isis {


  /**
    * Adds the Ipce tool action to the tool pad.
    * Adds the ControlNet tool action to the tool pad.
    *
    * @param pad Tool pad
    * @return @b QAction* Pointer to Tie tool action
    * @return @b QAction* Pointer to ControlNet tool action
    *
    * @internal
    *   @history 2017-07-25 Tyler Wilson - Set the
+4 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ namespace Isis {
  class UniversalGroundMap;

  /**
   * @brief ControlNetTool operations ipce, handles mouse events on views for control point editing 
   *        for the ipce app.
   * @brief ControlNetTool Handles mouse events on CubeDnViews for control point editing for the 
   *        ipce app.
   *
   * @ingroup Visualization Tools
   *
@@ -52,6 +52,8 @@ namespace Isis {
   *   @history 2017-08-08 Cole Neubauer - Renamed from IpceTool.  Fixes #5090. 
   *   @history 2017-08-09 Cole Neubauer - Added loadNetwork() for changing inbetween active
   *                           networks Fixes #4567
   *   @history 2018-03-12 Tracie Sucharski - Fixed some documentation leftover from renaming from
   *                           IpceTool.  References #5090.
   */
  class ControlNetTool : public Tool {
    Q_OBJECT