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

A few minor tweaks to documentation tags which were causing PHP warnings in...

A few minor tweaks to documentation tags which were causing PHP warnings in the createReleaseNotesXML script.
parent 41fcd41c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ class QVariant;

namespace Isis {

class ProjectItem;
class ProjectItemModel;

  /**  
   *
   * @author 2018-06-18 Tyler Wilson
@@ -44,9 +47,6 @@ namespace Isis {
   *   within the JigsawSetupDialog Bundle Observation Solve Settings (BOSS) tab.
   */
     
   class ProjectItem;
   class ProjectItemModel;
 
    class SortFilterProxyModel : public QSortFilterProxyModel  {
    Q_OBJECT

+2 −2
Original line number Diff line number Diff line
@@ -61,10 +61,10 @@

   private:
     /**     
      * @author 2012-??-?? Steven Lambright
      * @author ????-??-?? Steven Lambright
      *
      * @internal
      *   @history 2012-??-?? Steven Lambright -  Nested class used to write the Template object
      *   @history ????-??-?? Steven Lambright -  Nested class used to write the Template object
      *                             information to an XML file for the purpose of saving and
      *                             restoring the state of the project.
      */