Commit fe97cb6d authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Fixed three more files with messed up doxygen tags. These have been causing...

Fixed three more files with messed up doxygen tags.  These have been causing warnings in the nightly builds.
parent 4c3b7b70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@
    * Asks the user for a map template and copies it into the project.
    *
    * @author 2018-07-05 Summer Stapleton
    * @internal
    *    @history 2018-07-05 Summer Stapleton - Created ImportMapTemplateWorkOrder class
    *
    */
    class ImportMapTemplateWorkOrder : public WorkOrder {
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@
   * Asks the user for a registration template and copies it into the project.
   *
   * @author 2018-07-05 Summer Stapleton
   * @internal
   *   @history 2018-07-05 Summer Stapleton - Created ImportRegistrationTemplateWorkOrder class
   */
    class ImportRegistrationTemplateWorkOrder : public WorkOrder {
        Q_OBJECT
+3 −3
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
   /**   
    * @author 2017-11-01 Christopher Combs
    * @internal
    *   @history - 2017-11-01 Christopher Combs -  This represents an ISIS template in a
    *   @history 2017-11-01 Christopher Combs -  This represents an ISIS template in a
    *                       project-based GUI interface.  This encapsulates ideas about a
    *                       template such as it's filename and import name.
    */