Unverified Commit 4962430d authored by Summer Stapleton's avatar Summer Stapleton Committed by GitHub
Browse files

Merge pull request #400 from twilson271828/dev

Fixed three more files with messed up doxygen tags
parents 4c3b7b70 fe97cb6d
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.
    */